#AE9429

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

Shades of Sahara #AE9429

Tints of Sahara #AE9429

Color information

#AE9429 (or 0xAE9429) is unknown color: approx Sahara. HEX triplet: AE, 94 and 29. RGB value is (174,148,41). Sum of RGB (Red+Green+Blue) = 174+148+41=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9429 is #516BD6. Grayscale: #909090. Windows color (decimal): -5336023 or 2725038. OLE color: 2725038.

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

Color convert

RGB17414841-
CMYK00.150.760.32
HSL48.27º61.86%42.16%-
HSV(B)48.27º76.44%68.24%-
XYZ28.4530.346.45-
YUV143.5870.11149.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 148 (58.20% from 255) = 40.77%
BLUE value IS 41 (16.41% from 255) = 11.29%
R=47.93%
G=40.77%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741484100.150.760.3248.2761.8642.16
HexAE94290F4C20303e2a
Octal2562245101711440607652
Binary1010111010010100101001011111001100100000110000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9429; }

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

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

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

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

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

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

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

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