#AE9A2C

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

Shades of Sahara #AE9A2C

Tints of Sahara #AE9A2C

Color information

#AE9A2C (or 0xAE9A2C) is unknown color: approx Sahara. HEX triplet: AE, 9A and 2C. RGB value is (174,154,44). Sum of RGB (Red+Green+Blue) = 174+154+44=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9A2C is #5165D3. Grayscale: #939393. Windows color (decimal): -5334484 or 2923182. OLE color: 2923182.

HSL color Cylindrical-coordinate representation of color #AE9A2C: hue angle of 50.77º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE9A2C is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB17415444-
CMYK00.110.750.32
HSL50.77º59.63%42.75%-
HSV(B)50.77º74.71%68.24%-
XYZ29.4732.297.06-
YUV147.4469.63146.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.77%
GREEN value IS 154 (60.55% from 255) = 41.40%
BLUE value IS 44 (17.58% from 255) = 11.83%
R=46.77%
G=41.40%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741544400.110.750.3250.7759.6342.75
HexAE9A2C0B4B20333c2b
Octal2562325401311340637453
Binary1010111010011010101100010111001011100000110011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A2C; }

 p { color: rgb(174,154,44); }

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

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

 a { background-color: rgb(174,154,44); }

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

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

 span { border-color: rgb(174,154,44); }

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