#AE9C5B

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

Shades of Husk #AE9C5B

Tints of Husk #AE9C5B

Color information

#AE9C5B (or 0xAE9C5B) is unknown color: approx Husk. HEX triplet: AE, 9C and 5B. RGB value is (174,156,91). Sum of RGB (Red+Green+Blue) = 174+156+91=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9C5B is #5163A4. Grayscale: #9A9A9A. Windows color (decimal): -5333925 or 6003886. OLE color: 6003886.

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

Color convert

RGB17415691-
CMYK00.100.480.32
HSL46.99º33.88%51.96%-
HSV(B)46.99º47.7%68.24%-
XYZ31.2333.5314.72-
YUV153.9792.46142.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 156 (61.33% from 255) = 37.05%
BLUE value IS 91 (35.94% from 255) = 21.62%
R=41.33%
G=37.05%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741569100.100.480.3246.9933.8851.96
HexAE9C5B0A30202f2234
Octal2562341330126040574264
Binary1010111010011100101101101010110000100000101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9C5B; }

 p { color: rgb(174,156,91); }

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

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

 a { background-color: rgb(174,156,91); }

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

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

 span { border-color: rgb(174,156,91); }

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