#a89352

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

Shades of Husk #A89352

Tints of Husk #A89352

Color information

#A89352 (or 0xA89352) is unknown color: approx Husk. HEX triplet: A8, 93 and 52. RGB value is (168,147,82). Sum of RGB (Red+Green+Blue) = 168+147+82=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A89352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89352 is #576CAD. Grayscale: #929292. Windows color (decimal): -5729454 or 5411752. OLE color: 5411752.

HSL color Cylindrical-coordinate representation of color #A89352: hue angle of 45.35º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A89352 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB16814782-
CMYK00.130.510.34
HSL45.35º34.4%49.02%-
HSV(B)45.35º51.19%65.88%-
XYZ28.1129.812.25-
YUV145.8791.96143.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 82 (32.42% from 255) = 20.65%
R=42.32%
G=37.03%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681478200.130.510.3445.3534.449.02
HexA893520D33222d2231
Octal2502231220156342554261
Binary1010100010010011101001001101110011100010101101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a89352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a89352; }

 p { color: rgb(168,147,82); }

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

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

 a { background-color: rgb(168,147,82); }

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

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

 span { border-color: rgb(168,147,82); }

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