#AE9845

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

Shades of Husk #AE9845

Tints of Husk #AE9845

Color information

#AE9845 (or 0xAE9845) is unknown color: approx Husk. HEX triplet: AE, 98 and 45. RGB value is (174,152,69). Sum of RGB (Red+Green+Blue) = 174+152+69=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9845 is #5167BA. Grayscale: #959595. Windows color (decimal): -5334971 or 4561070. OLE color: 4561070.

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

Color convert

RGB17415269-
CMYK00.130.600.32
HSL47.43º43.21%47.65%-
HSV(B)47.43º60.34%68.24%-
XYZ29.7631.8810.22-
YUV149.1282.79145.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 69 (27.34% from 255) = 17.47%
R=44.05%
G=38.48%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741526900.130.600.3247.4343.2147.65
HexAE98450D3C202f2b30
Octal2562301050157440575360
Binary1010111010011000100010101101111100100000101111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9845; }

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

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

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

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

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

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

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

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