#AE9653

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

Shades of Husk #AE9653

Tints of Husk #AE9653

Color information

#AE9653 (or 0xAE9653) is unknown color: approx Husk. HEX triplet: AE, 96 and 53. RGB value is (174,150,83). Sum of RGB (Red+Green+Blue) = 174+150+83=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9653 is #5169AC. Grayscale: #959595. Windows color (decimal): -5335469 or 5478062. OLE color: 5478062.

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

Color convert

RGB17415083-
CMYK00.140.520.32
HSL44.18º35.97%50.39%-
HSV(B)44.18º52.3%68.24%-
XYZ29.9231.4412.67-
YUV149.5490.45145.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 83 (32.81% from 255) = 20.39%
R=42.75%
G=36.86%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741508300.140.520.3244.1835.9750.39
HexAE96530E34202c2432
Octal2562261230166440544462
Binary1010111010010110101001101110110100100000101100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9653; }

 p { color: rgb(174,150,83); }

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

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

 a { background-color: rgb(174,150,83); }

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

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

 span { border-color: rgb(174,150,83); }

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