#AB9629

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

Shades of Sahara #AB9629

Tints of Sahara #AB9629

Color information

#AB9629 (or 0xAB9629) is unknown color: approx Sahara. HEX triplet: AB, 96 and 29. RGB value is (171,150,41). Sum of RGB (Red+Green+Blue) = 171+150+41=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9629 is #5469D6. Grayscale: #909090. Windows color (decimal): -5532119 or 2725547. OLE color: 2725547.

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

Color convert

RGB17115041-
CMYK00.120.760.33
HSL50.31º61.32%41.57%-
HSV(B)50.31º76.02%67.06%-
XYZ28.130.636.53-
YUV143.8569.96147.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 150 (58.98% from 255) = 41.44%
BLUE value IS 41 (16.41% from 255) = 11.33%
R=47.24%
G=41.44%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711504100.120.760.3350.3161.3241.57
HexAB96290C4C21323d2a
Octal2532265101411441627552
Binary1010101110010110101001011001001100100001110010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9629; }

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

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

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

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

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

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

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

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