#AE8E27

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

Shades of Sahara #AE8E27

Tints of Sahara #AE8E27

Color information

#AE8E27 (or 0xAE8E27) is unknown color: approx Sahara. HEX triplet: AE, 8E and 27. RGB value is (174,142,39). Sum of RGB (Red+Green+Blue) = 174+142+39=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8E27 is #5171D8. Grayscale: #8C8C8C. Windows color (decimal): -5337561 or 2592430. OLE color: 2592430.

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

Color convert

RGB17414239-
CMYK00.180.780.32
HSL45.78º63.38%41.76%-
HSV(B)45.78º77.59%68.24%-
XYZ27.4928.495.97-
YUV139.8371.1152.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 142 (55.86% from 255) = 40%
BLUE value IS 39 (15.62% from 255) = 10.99%
R=49.01%
G=40%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741423900.180.780.3245.7863.3841.76
HexAE8E270124E202e3f2a
Octal2562164702211640567752
Binary10101110100011101001110100101001110100000101110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E27; }

 p { color: rgb(174,142,39); }

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

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

 a { background-color: rgb(174,142,39); }

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

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

 span { border-color: rgb(174,142,39); }

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