#AE9A4A

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

Shades of Husk #AE9A4A

Tints of Husk #AE9A4A

Color information

#AE9A4A (or 0xAE9A4A) is unknown color: approx Husk. HEX triplet: AE, 9A and 4A. RGB value is (174,154,74). Sum of RGB (Red+Green+Blue) = 174+154+74=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9A4A is #5165B5. Grayscale: #979797. Windows color (decimal): -5334454 or 4889262. OLE color: 4889262.

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

Color convert

RGB17415474-
CMYK00.110.570.32
HSL48º40.32%48.63%-
HSV(B)48º57.47%68.24%-
XYZ30.2532.611.18-
YUV150.8684.63144.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 154 (60.55% from 255) = 38.31%
BLUE value IS 74 (29.30% from 255) = 18.41%
R=43.28%
G=38.31%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741547400.110.570.324840.3248.63
HexAE9A4A0B3920302831
Octal2562321120137140605061
Binary1010111010011010100101001011111001100000110000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A4A; }

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

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

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

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

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

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

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

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