#AE9951

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

Shades of Husk #AE9951

Tints of Husk #AE9951

Color information

#AE9951 (or 0xAE9951) is unknown color: approx Husk. HEX triplet: AE, 99 and 51. RGB value is (174,153,81). Sum of RGB (Red+Green+Blue) = 174+153+81=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9951 is #5166AE. Grayscale: #979797. Windows color (decimal): -5334703 or 5347758. OLE color: 5347758.

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

Color convert

RGB17415381-
CMYK00.120.530.32
HSL46.45º36.47%50%-
HSV(B)46.45º53.45%68.24%-
XYZ30.3332.3812.43-
YUV151.0788.46144.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 81 (32.03% from 255) = 19.85%
R=42.65%
G=37.5%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741538100.120.530.3246.4536.4750
HexAE99510C35202e2432
Octal2562311210146540564462
Binary1010111010011001101000101100110101100000101110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9951; }

 p { color: rgb(174,153,81); }

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

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

 a { background-color: rgb(174,153,81); }

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

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

 span { border-color: rgb(174,153,81); }

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