#AE9651

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

Shades of Husk #AE9651

Tints of Husk #AE9651

Color information

#AE9651 (or 0xAE9651) is unknown color: approx Husk. HEX triplet: AE, 96 and 51. RGB value is (174,150,81). Sum of RGB (Red+Green+Blue) = 174+150+81=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9651 is #5169AE. Grayscale: #959595. Windows color (decimal): -5335471 or 5346990. OLE color: 5346990.

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

Color convert

RGB17415081-
CMYK00.140.530.32
HSL44.52º36.47%50%-
HSV(B)44.52º53.45%68.24%-
XYZ29.8531.4112.27-
YUV149.3189.45145.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 81 (32.03% from 255) = 20%
R=42.96%
G=37.04%
B=20%

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
Decimal1741508100.140.530.3244.5236.4750
HexAE96510E35202d2432
Octal2562261210166540554462
Binary1010111010010110101000101110110101100000101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9651; }

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

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

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

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

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

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

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

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