#A39557

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

Shades of Husk #A39557

Tints of Husk #A39557

Color information

#A39557 (or 0xA39557) is unknown color: approx Husk. HEX triplet: A3, 95 and 57. RGB value is (163,149,87). Sum of RGB (Red+Green+Blue) = 163+149+87=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A39557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39557 is #5C6AA8. Grayscale: #929292. Windows color (decimal): -6056617 or 5739939. OLE color: 5739939.

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

Color convert

RGB16314987-
CMYK00.090.470.36
HSL48.95º30.4%49.02%-
HSV(B)48.95º46.63%63.92%-
XYZ27.5729.9713.35-
YUV146.1294.64140.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.85%
GREEN value IS 149 (58.59% from 255) = 37.34%
BLUE value IS 87 (34.38% from 255) = 21.80%
R=40.85%
G=37.34%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631498700.090.470.3648.9530.449.02
HexA39557092F24311e31
Octal2432251270115744613661
Binary101000111001010110101110100110111110010011000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39557; }

 p { color: rgb(163,149,87); }

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

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

 a { background-color: rgb(163,149,87); }

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

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

 span { border-color: rgb(163,149,87); }

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