#AE9455

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

Shades of Husk #AE9455

Tints of Husk #AE9455

Color information

#AE9455 (or 0xAE9455) is unknown color: approx Husk. HEX triplet: AE, 94 and 55. RGB value is (174,148,85). Sum of RGB (Red+Green+Blue) = 174+148+85=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9455 is #516BAA. Grayscale: #949494. Windows color (decimal): -5335979 or 5608622. OLE color: 5608622.

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

Color convert

RGB17414885-
CMYK00.150.510.32
HSL42.47º35.46%50.78%-
HSV(B)42.47º51.15%68.24%-
XYZ29.6930.8312.98-
YUV148.5992.11146.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 85 (33.59% from 255) = 20.88%
R=42.75%
G=36.36%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741488500.150.510.3242.4735.4650.78
HexAE94550F33202a2333
Octal2562241250176340524363
Binary1010111010010100101010101111110011100000101010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9455; }

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

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

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

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

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

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

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

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