#ae9d4e

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

Shades of Husk #AE9D4E

Tints of Husk #AE9D4E

Color information

#AE9D4E (or 0xAE9D4E) is unknown color: approx Husk. HEX triplet: AE, 9D and 4E. RGB value is (174,157,78). Sum of RGB (Red+Green+Blue) = 174+157+78=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9D4E is #5162B1. Grayscale: #999999. Windows color (decimal): -5333682 or 5152174. OLE color: 5152174.

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

Color convert

RGB17415778-
CMYK00.100.550.32
HSL49.38º38.1%49.41%-
HSV(B)49.38º55.17%68.24%-
XYZ30.8933.6612.08-
YUV153.0885.63142.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.54%
GREEN value IS 157 (61.72% from 255) = 38.39%
BLUE value IS 78 (30.86% from 255) = 19.07%
R=42.54%
G=38.39%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741577800.100.550.3249.3838.149.41
HexAE9D4E0A3720312631
Octal2562351160126740614661
Binary1010111010011101100111001010110111100000110001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae9d4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae9d4e; }

 p { color: rgb(174,157,78); }

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

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

 a { background-color: rgb(174,157,78); }

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

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

 span { border-color: rgb(174,157,78); }

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