#AE9E2B

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

Shades of Sahara #AE9E2B

Tints of Sahara #AE9E2B

Color information

#AE9E2B (or 0xAE9E2B) is unknown color: approx Sahara. HEX triplet: AE, 9E and 2B. RGB value is (174,158,43). Sum of RGB (Red+Green+Blue) = 174+158+43=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9E2B is #5161D4. Grayscale: #969696. Windows color (decimal): -5333461 or 2858670. OLE color: 2858670.

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

Color convert

RGB17415843-
CMYK00.090.750.32
HSL52.67º60.37%42.55%-
HSV(B)52.67º75.29%68.24%-
XYZ30.1233.637.19-
YUV149.6767.8145.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.4%
GREEN value IS 158 (62.11% from 255) = 42.13%
BLUE value IS 43 (17.19% from 255) = 11.47%
R=46.4%
G=42.13%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741584300.090.750.3252.6760.3742.55
HexAE9E2B094B20353c2b
Octal2562365301111340657453
Binary1010111010011110101011010011001011100000110101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9E2B; }

 p { color: rgb(174,158,43); }

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

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

 a { background-color: rgb(174,158,43); }

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

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

 span { border-color: rgb(174,158,43); }

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