#A39E55

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

Shades of Husk #A39E55

Tints of Husk #A39E55

Color information

#A39E55 (or 0xA39E55) is unknown color: approx Husk. HEX triplet: A3, 9E and 55. RGB value is (163,158,85). Sum of RGB (Red+Green+Blue) = 163+158+85=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39E55 is #5C61AA. Grayscale: #979797. Windows color (decimal): -6054315 or 5611171. OLE color: 5611171.

HSL color Cylindrical-coordinate representation of color #A39E55: hue angle of 56.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A39E55 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16315885-
CMYK00.030.480.36
HSL56.15º31.45%48.63%-
HSV(B)56.15º47.85%63.92%-
XYZ28.9732.913.42-
YUV151.1790.66136.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.15%
GREEN value IS 158 (62.11% from 255) = 38.92%
BLUE value IS 85 (33.59% from 255) = 20.94%
R=40.15%
G=38.92%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631588500.030.480.3656.1531.4548.63
HexA39E55033024381f31
Octal243236125036044703761
Binary1010001110011110101010101111000010010011100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39E55; }

 p { color: rgb(163,158,85); }

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

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

 a { background-color: rgb(163,158,85); }

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

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

 span { border-color: rgb(163,158,85); }

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