#AA9429

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

Shades of Sahara #AA9429

Tints of Sahara #AA9429

Color information

#AA9429 (or 0xAA9429) is unknown color: approx Sahara. HEX triplet: AA, 94 and 29. RGB value is (170,148,41). Sum of RGB (Red+Green+Blue) = 170+148+41=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9429 is #556BD6. Grayscale: #8E8E8E. Windows color (decimal): -5598167 or 2725034. OLE color: 2725034.

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

Color convert

RGB17014841-
CMYK00.130.760.33
HSL49.77º61.14%41.37%-
HSV(B)49.77º75.88%66.67%-
XYZ27.5729.896.41-
YUV142.3870.79147.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 148 (58.20% from 255) = 41.23%
BLUE value IS 41 (16.41% from 255) = 11.42%
R=47.35%
G=41.23%
B=11.42%

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
Decimal1701484100.130.760.3349.7761.1441.37
HexAA94290D4C21323d29
Octal2522245101511441627551
Binary1010101010010100101001011011001100100001110010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9429; }

 p { color: rgb(170,148,41); }

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

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

 a { background-color: rgb(170,148,41); }

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

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

 span { border-color: rgb(170,148,41); }

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