#AB8E23

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

Shades of Sahara #AB8E23

Tints of Sahara #AB8E23

Color information

#AB8E23 (or 0xAB8E23) is unknown color: approx Sahara. HEX triplet: AB, 8E and 23. RGB value is (171,142,35). Sum of RGB (Red+Green+Blue) = 171+142+35=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8E23 is #5471DC. Grayscale: #8A8A8A. Windows color (decimal): -5534173 or 2330283. OLE color: 2330283.

HSL color Cylindrical-coordinate representation of color #AB8E23: hue angle of 47.21º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB8E23 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB17114235-
CMYK00.170.800.33
HSL47.21º66.02%40.39%-
HSV(B)47.21º79.53%67.06%-
XYZ26.7728.135.61-
YUV138.4769.61151.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.14%
GREEN value IS 142 (55.86% from 255) = 40.80%
BLUE value IS 35 (14.06% from 255) = 10.06%
R=49.14%
G=40.80%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711423500.170.800.3347.2166.0240.39
HexAB8E2301150212f4228
Octal25321643021120415710250
Binary101010111000111010001101000110100001000011011111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E23; }

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

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

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

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

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

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

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

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