#A39C52

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

Shades of Husk #A39C52

Tints of Husk #A39C52

Color information

#A39C52 (or 0xA39C52) is unknown color: approx Husk. HEX triplet: A3, 9C and 52. RGB value is (163,156,82). Sum of RGB (Red+Green+Blue) = 163+156+82=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39C52 is #5C63AD. Grayscale: #959595. Windows color (decimal): -6054830 or 5414051. OLE color: 5414051.

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

Color convert

RGB16315682-
CMYK00.040.500.36
HSL54.81º33.06%48.04%-
HSV(B)54.81º49.69%63.92%-
XYZ28.5232.1712.69-
YUV149.6689.82137.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 156 (61.33% from 255) = 38.90%
BLUE value IS 82 (32.42% from 255) = 20.45%
R=40.65%
G=38.90%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631568200.040.500.3654.8133.0648.04
HexA39C52043224372130
Octal243234122046244674160
Binary101000111001110010100100100110010100100110111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39C52; }

 p { color: rgb(163,156,82); }

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

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

 a { background-color: rgb(163,156,82); }

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

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

 span { border-color: rgb(163,156,82); }

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