#AE9E32

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

Shades of Sahara #AE9E32

Tints of Sahara #AE9E32

Color information

#AE9E32 (or 0xAE9E32) is unknown color: approx Sahara. HEX triplet: AE, 9E and 32. RGB value is (174,158,50). Sum of RGB (Red+Green+Blue) = 174+158+50=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9E32 is #5161CD. Grayscale: #969696. Windows color (decimal): -5333454 or 3317422. OLE color: 3317422.

HSL color Cylindrical-coordinate representation of color #AE9E32: hue angle of 52.26º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE9E32 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB17415850-
CMYK00.090.710.32
HSL52.26º55.36%43.92%-
HSV(B)52.26º71.26%68.24%-
XYZ30.2633.687.92-
YUV150.4771.3144.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 50 (19.92% from 255) = 13.09%
R=45.55%
G=41.36%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741585000.090.710.3252.2655.3643.92
HexAE9E3209472034372c
Octal2562366201110740646754
Binary1010111010011110110010010011000111100000110100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9E32; }

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

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

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

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

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

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

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

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