#AE9550

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

Shades of Husk #AE9550

Tints of Husk #AE9550

Color information

#AE9550 (or 0xAE9550) is unknown color: approx Husk. HEX triplet: AE, 95 and 50. RGB value is (174,149,80). Sum of RGB (Red+Green+Blue) = 174+149+80=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9550 is #516AAF. Grayscale: #949494. Windows color (decimal): -5335728 or 5281198. OLE color: 5281198.

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

Color convert

RGB17414980-
CMYK00.140.540.32
HSL44.04º37.01%49.8%-
HSV(B)44.04º54.02%68.24%-
XYZ29.6531.0712.02-
YUV148.6189.28146.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 80 (31.64% from 255) = 19.85%
R=43.18%
G=36.97%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741498000.140.540.3244.0437.0149.8
HexAE95500E36202c2532
Octal2562251200166640544562
Binary1010111010010101101000001110110110100000101100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9550; }

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

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

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

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

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

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

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

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