#AE9450

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

Shades of Husk #AE9450

Tints of Husk #AE9450

Color information

#AE9450 (or 0xAE9450) is unknown color: approx Husk. HEX triplet: AE, 94 and 50. RGB value is (174,148,80). Sum of RGB (Red+Green+Blue) = 174+148+80=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9450 is #516BAF. Grayscale: #949494. Windows color (decimal): -5335984 or 5280942. OLE color: 5280942.

HSL color Cylindrical-coordinate representation of color #AE9450: hue angle of 43.4º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE9450 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB17414880-
CMYK00.150.540.32
HSL43.4º37.01%49.8%-
HSV(B)43.4º54.02%68.24%-
XYZ29.4930.7611.97-
YUV148.0289.61146.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 80 (31.64% from 255) = 19.90%
R=43.28%
G=36.82%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741488000.150.540.3243.437.0149.8
HexAE94500F36202b2532
Octal2562241200176640534562
Binary1010111010010100101000001111110110100000101011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9450; }

 p { color: rgb(174,148,80); }

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

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

 a { background-color: rgb(174,148,80); }

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

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

 span { border-color: rgb(174,148,80); }

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