#ab883f

Color #AB883F Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #AB883F

Tints of Alpine #AB883F

Color information

#AB883F (or 0xAB883F) is unknown color: approx Alpine. HEX triplet: AB, 88 and 3F. RGB value is (171,136,63). Sum of RGB (Red+Green+Blue) = 171+136+63=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB883F is #5477C0. Grayscale: #8A8A8A. Windows color (decimal): -5535681 or 4163755. OLE color: 4163755.

HSL color Cylindrical-coordinate representation of color #AB883F: hue angle of 40.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB883F is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB17113663-
CMYK00.200.630.33
HSL40.56º46.15%45.88%-
HSV(B)40.56º63.16%67.06%-
XYZ26.526.638.45-
YUV138.1485.6151.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 136 (53.52% from 255) = 36.76%
BLUE value IS 63 (25% from 255) = 17.03%
R=46.22%
G=36.76%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711366300.200.630.3340.5646.1545.88
HexAB883F0143F21292e2e
Octal253210770247741515656
Binary1010101110001000111111010100111111100001101001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab883f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab883f; }

 p { color: rgb(171,136,63); }

 H1.HeaderClassName
 {
   color: #ab883f;
 }
 .AnyTagClassName
 {
   color: #ab883f;
 }
</style>
background-color css

<style>
 a { background-color: #ab883f; }

 a { background-color: rgb(171,136,63); }

 div.DivClassName
 {
   background-color: #ab883f;
 }
 .BgClassName
 {
   background-color: #ab883f;
 }
</style>
border-color css

<style>
 span { border-color: #ab883f; }

 span { border-color: rgb(171,136,63); }

 td.TdClassName
 {
   border-color: #ab883f;
 }
 .TagClassName
 {
   border-color: #ab883f;
 }
</style>