#AE9551

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

Shades of Husk #AE9551

Tints of Husk #AE9551

Color information

#AE9551 (or 0xAE9551) is unknown color: approx Husk. HEX triplet: AE, 95 and 51. RGB value is (174,149,81). Sum of RGB (Red+Green+Blue) = 174+149+81=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9551 is #516AAE. Grayscale: #959595. Windows color (decimal): -5335727 or 5346734. OLE color: 5346734.

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

Color convert

RGB17414981-
CMYK00.140.530.32
HSL43.87º36.47%50%-
HSV(B)43.87º53.45%68.24%-
XYZ29.6931.0912.22-
YUV148.7289.78146.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 81 (32.03% from 255) = 20.05%
R=43.07%
G=36.88%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741498100.140.530.3243.8736.4750
HexAE95510E35202c2432
Octal2562251210166540544462
Binary1010111010010101101000101110110101100000101100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9551; }

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

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

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

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

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

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

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

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