#A39D53

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

Shades of Husk #A39D53

Tints of Husk #A39D53

Color information

#A39D53 (or 0xA39D53) is unknown color: approx Husk. HEX triplet: A3, 9D and 53. RGB value is (163,157,83). Sum of RGB (Red+Green+Blue) = 163+157+83=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39D53 is #5C62AC. Grayscale: #969696. Windows color (decimal): -6054573 or 5479843. OLE color: 5479843.

HSL color Cylindrical-coordinate representation of color #A39D53: hue angle of 55.5º 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 #A39D53 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16315783-
CMYK00.040.490.36
HSL55.5º32.52%48.24%-
HSV(B)55.5º49.08%63.92%-
XYZ28.7232.5312.95-
YUV150.3689.99137.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 157 (61.72% from 255) = 38.96%
BLUE value IS 83 (32.81% from 255) = 20.60%
R=40.45%
G=38.96%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631578300.040.490.3655.532.5248.24
HexA39D53043124382130
Octal243235123046144704160
Binary101000111001110110100110100110001100100111000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39D53; }

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

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

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

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

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

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

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

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