#AB8D24

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

Shades of Sahara #AB8D24

Tints of Sahara #AB8D24

Color information

#AB8D24 (or 0xAB8D24) is unknown color: approx Sahara. HEX triplet: AB, 8D and 24. RGB value is (171,141,36). Sum of RGB (Red+Green+Blue) = 171+141+36=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D24 is #5472DB. Grayscale: #8A8A8A. Windows color (decimal): -5534428 or 2395563. OLE color: 2395563.

HSL color Cylindrical-coordinate representation of color #AB8D24: hue angle of 46.67º 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 #AB8D24 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB17114136-
CMYK00.180.790.33
HSL46.67º65.22%40.59%-
HSV(B)46.67º78.95%67.06%-
XYZ26.6427.845.64-
YUV13870.44151.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.14%
GREEN value IS 141 (55.47% from 255) = 40.52%
BLUE value IS 36 (14.45% from 255) = 10.34%
R=49.14%
G=40.52%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711413600.180.790.3346.6765.2240.59
HexAB8D240124F212f4129
Octal25321544022117415710151
Binary101010111000110110010001001010011111000011011111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8D24; }

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

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

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

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

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

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

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

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