#AE9D45

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

Shades of Husk #AE9D45

Tints of Husk #AE9D45

Color information

#AE9D45 (or 0xAE9D45) is unknown color: approx Husk. HEX triplet: AE, 9D and 45. RGB value is (174,157,69). Sum of RGB (Red+Green+Blue) = 174+157+69=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9D45 is #5162BA. Grayscale: #989898. Windows color (decimal): -5333691 or 4562350. OLE color: 4562350.

HSL color Cylindrical-coordinate representation of color #AE9D45: hue angle of 50.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE9D45 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17415769-
CMYK00.100.600.32
HSL50.29º43.21%47.65%-
HSV(B)50.29º60.34%68.24%-
XYZ30.5933.5410.49-
YUV152.0581.13143.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.5%
GREEN value IS 157 (61.72% from 255) = 39.25%
BLUE value IS 69 (27.34% from 255) = 17.25%
R=43.5%
G=39.25%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741576900.100.600.3250.2943.2147.65
HexAE9D450A3C20322b30
Octal2562351050127440625360
Binary1010111010011101100010101010111100100000110010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9D45; }

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

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

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

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

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

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

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

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