#A39B53

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

Shades of Husk #A39B53

Tints of Husk #A39B53

Color information

#A39B53 (or 0xA39B53) is unknown color: approx Husk. HEX triplet: A3, 9B and 53. RGB value is (163,155,83). Sum of RGB (Red+Green+Blue) = 163+155+83=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39B53 is #5C64AC. Grayscale: #959595. Windows color (decimal): -6055085 or 5479331. OLE color: 5479331.

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

Color convert

RGB16315583-
CMYK00.050.490.36
HSL54º32.52%48.24%-
HSV(B)54º49.08%63.92%-
XYZ28.3931.8512.84-
YUV149.1890.65137.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 155 (60.94% from 255) = 38.65%
BLUE value IS 83 (32.81% from 255) = 20.70%
R=40.65%
G=38.65%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631558300.050.490.365432.5248.24
HexA39B53053124362130
Octal243233123056144664160
Binary101000111001101110100110101110001100100110110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B53; }

 p { color: rgb(163,155,83); }

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

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

 a { background-color: rgb(163,155,83); }

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

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

 span { border-color: rgb(163,155,83); }

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