#AB9529

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

Shades of Sahara #AB9529

Tints of Sahara #AB9529

Color information

#AB9529 (or 0xAB9529) is unknown color: approx Sahara. HEX triplet: AB, 95 and 29. RGB value is (171,149,41). Sum of RGB (Red+Green+Blue) = 171+149+41=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9529 is #546AD6. Grayscale: #8F8F8F. Windows color (decimal): -5532375 or 2725291. OLE color: 2725291.

HSL color Cylindrical-coordinate representation of color #AB9529: hue angle of 49.85º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB9529 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17114941-
CMYK00.130.760.33
HSL49.85º61.32%41.57%-
HSV(B)49.85º76.02%67.06%-
XYZ27.9430.316.48-
YUV143.2770.29147.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 41 (16.41% from 255) = 11.36%
R=47.37%
G=41.27%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711494100.130.760.3349.8561.3241.57
HexAB95290D4C21323d2a
Octal2532255101511441627552
Binary1010101110010101101001011011001100100001110010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9529; }

 p { color: rgb(171,149,41); }

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

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

 a { background-color: rgb(171,149,41); }

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

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

 span { border-color: rgb(171,149,41); }

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