#AE9F5A

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

Shades of Husk #AE9F5A

Tints of Husk #AE9F5A

Color information

#AE9F5A (or 0xAE9F5A) is unknown color: approx Husk. HEX triplet: AE, 9F and 5A. RGB value is (174,159,90). Sum of RGB (Red+Green+Blue) = 174+159+90=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9F5A is #5160A5. Grayscale: #9B9B9B. Windows color (decimal): -5333158 or 5939118. OLE color: 5939118.

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

Color convert

RGB17415990-
CMYK00.090.480.32
HSL49.29º34.15%51.76%-
HSV(B)49.29º48.28%68.24%-
XYZ31.734.5314.67-
YUV155.6290.97141.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 90 (35.55% from 255) = 21.28%
R=41.13%
G=37.59%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741599000.090.480.3249.2934.1551.76
HexAE9F5A093020312234
Octal2562371320116040614264
Binary1010111010011111101101001001110000100000110001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9F5A; }

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

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

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

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

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

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

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

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