#AE9C4D

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

Shades of Husk #AE9C4D

Tints of Husk #AE9C4D

Color information

#AE9C4D (or 0xAE9C4D) is unknown color: approx Husk. HEX triplet: AE, 9C and 4D. RGB value is (174,156,77). Sum of RGB (Red+Green+Blue) = 174+156+77=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9C4D is #5163B2. Grayscale: #989898. Windows color (decimal): -5333939 or 5086382. OLE color: 5086382.

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

Color convert

RGB17415677-
CMYK00.100.560.32
HSL48.87º38.65%49.22%-
HSV(B)48.87º55.75%68.24%-
XYZ30.6833.3111.83-
YUV152.3885.46143.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 156 (61.33% from 255) = 38.33%
BLUE value IS 77 (30.47% from 255) = 18.92%
R=42.75%
G=38.33%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741567700.100.560.3248.8738.6549.22
HexAE9C4D0A3820312731
Octal2562341150127040614761
Binary1010111010011100100110101010111000100000110001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9C4D; }

 p { color: rgb(174,156,77); }

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

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

 a { background-color: rgb(174,156,77); }

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

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

 span { border-color: rgb(174,156,77); }

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