#AB8E24

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

Shades of Sahara #AB8E24

Tints of Sahara #AB8E24

Color information

#AB8E24 (or 0xAB8E24) is unknown color: approx Sahara. HEX triplet: AB, 8E and 24. RGB value is (171,142,36). Sum of RGB (Red+Green+Blue) = 171+142+36=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8E24 is #5471DB. Grayscale: #8B8B8B. Windows color (decimal): -5534172 or 2395819. OLE color: 2395819.

HSL color Cylindrical-coordinate representation of color #AB8E24: hue angle of 47.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB8E24 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB17114236-
CMYK00.170.790.33
HSL47.11º65.22%40.59%-
HSV(B)47.11º78.95%67.06%-
XYZ26.7928.135.69-
YUV138.5970.11151.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 36 (14.45% from 255) = 10.32%
R=49.00%
G=40.69%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711423600.170.790.3347.1165.2240.59
HexAB8E240114F212f4129
Octal25321644021117415710151
Binary101010111000111010010001000110011111000011011111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E24; }

 p { color: rgb(171,142,36); }

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

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

 a { background-color: rgb(171,142,36); }

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

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

 span { border-color: rgb(171,142,36); }

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