#AE9D29

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

Shades of Sahara #AE9D29

Tints of Sahara #AE9D29

Color information

#AE9D29 (or 0xAE9D29) is unknown color: approx Sahara. HEX triplet: AE, 9D and 29. RGB value is (174,157,41). Sum of RGB (Red+Green+Blue) = 174+157+41=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9D29 is #5162D6. Grayscale: #959595. Windows color (decimal): -5333719 or 2727342. OLE color: 2727342.

HSL color Cylindrical-coordinate representation of color #AE9D29: hue angle of 52.33º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE9D29 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB17415741-
CMYK00.100.760.32
HSL52.33º61.86%42.16%-
HSV(B)52.33º76.44%68.24%-
XYZ29.9133.276.94-
YUV148.8667.13145.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.77%
GREEN value IS 157 (61.72% from 255) = 42.20%
BLUE value IS 41 (16.41% from 255) = 11.02%
R=46.77%
G=42.20%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741574100.100.760.3252.3361.8642.16
HexAE9D290A4C20343e2a
Octal2562355101211440647652
Binary1010111010011101101001010101001100100000110100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9D29; }

 p { color: rgb(174,157,41); }

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

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

 a { background-color: rgb(174,157,41); }

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

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

 span { border-color: rgb(174,157,41); }

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