#AE9C2C

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

Shades of Sahara #AE9C2C

Tints of Sahara #AE9C2C

Color information

#AE9C2C (or 0xAE9C2C) is unknown color: approx Sahara. HEX triplet: AE, 9C and 2C. RGB value is (174,156,44). Sum of RGB (Red+Green+Blue) = 174+156+44=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9C2C is #5163D3. Grayscale: #959595. Windows color (decimal): -5333972 or 2923694. OLE color: 2923694.

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

Color convert

RGB17415644-
CMYK00.100.750.32
HSL51.69º59.63%42.75%-
HSV(B)51.69º74.71%68.24%-
XYZ29.832.967.17-
YUV148.6168.96146.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.52%
GREEN value IS 156 (61.33% from 255) = 41.71%
BLUE value IS 44 (17.58% from 255) = 11.76%
R=46.52%
G=41.71%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741564400.100.750.3251.6959.6342.75
HexAE9C2C0A4B20343c2b
Octal2562345401211340647453
Binary1010111010011100101100010101001011100000110100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9C2C; }

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

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

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

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

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

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

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

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