#AE9354

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

Shades of Husk #AE9354

Tints of Husk #AE9354

Color information

#AE9354 (or 0xAE9354) is unknown color: approx Husk. HEX triplet: AE, 93 and 54. RGB value is (174,147,84). Sum of RGB (Red+Green+Blue) = 174+147+84=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9354 is #516CAB. Grayscale: #949494. Windows color (decimal): -5336236 or 5542830. OLE color: 5542830.

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

Color convert

RGB17414784-
CMYK00.160.520.32
HSL42º35.71%50.59%-
HSV(B)42º51.72%68.24%-
XYZ29.4930.5112.72-
YUV147.8991.95146.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 84 (33.20% from 255) = 20.74%
R=42.96%
G=36.30%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741478400.160.520.324235.7150.59
HexAE935401034202a2433
Octal2562231240206440524463
Binary10101110100100111010100010000110100100000101010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9354; }

 p { color: rgb(174,147,84); }

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

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

 a { background-color: rgb(174,147,84); }

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

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

 span { border-color: rgb(174,147,84); }

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