#AE9E4B

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

Shades of Husk #AE9E4B

Tints of Husk #AE9E4B

Color information

#AE9E4B (or 0xAE9E4B) is unknown color: approx Husk. HEX triplet: AE, 9E and 4B. RGB value is (174,158,75). Sum of RGB (Red+Green+Blue) = 174+158+75=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9E4B is #5161B4. Grayscale: #999999. Windows color (decimal): -5333429 or 4955822. OLE color: 4955822.

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

Color convert

RGB17415875-
CMYK00.090.570.32
HSL50.3º39.76%48.82%-
HSV(B)50.3º56.9%68.24%-
XYZ30.9533.9611.58-
YUV153.3283.8142.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 158 (62.11% from 255) = 38.82%
BLUE value IS 75 (29.69% from 255) = 18.43%
R=42.75%
G=38.82%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741587500.090.570.3250.339.7648.82
HexAE9E4B093920322831
Octal2562361130117140625061
Binary1010111010011110100101101001111001100000110010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9E4B; }

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

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

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

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

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

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

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

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