#AE9F4A

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

Shades of Husk #AE9F4A

Tints of Husk #AE9F4A

Color information

#AE9F4A (or 0xAE9F4A) is unknown color: approx Husk. HEX triplet: AE, 9F and 4A. RGB value is (174,159,74). Sum of RGB (Red+Green+Blue) = 174+159+74=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9F4A is #5160B5. Grayscale: #9A9A9A. Windows color (decimal): -5333174 or 4890542. OLE color: 4890542.

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

Color convert

RGB17415974-
CMYK00.090.570.32
HSL51º40.32%48.63%-
HSV(B)51º57.47%68.24%-
XYZ31.0934.2911.46-
YUV153.7982.97142.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 159 (62.5% from 255) = 39.07%
BLUE value IS 74 (29.30% from 255) = 18.18%
R=42.75%
G=39.07%
B=18.18%

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
Decimal1741597400.090.570.325140.3248.63
HexAE9F4A093920332831
Octal2562371120117140635061
Binary1010111010011111100101001001111001100000110011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9F4A; }

 p { color: rgb(174,159,74); }

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

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

 a { background-color: rgb(174,159,74); }

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

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

 span { border-color: rgb(174,159,74); }

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