#A39C51

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

Shades of Husk #A39C51

Tints of Husk #A39C51

Color information

#A39C51 (or 0xA39C51) is unknown color: approx Husk. HEX triplet: A3, 9C and 51. RGB value is (163,156,81). Sum of RGB (Red+Green+Blue) = 163+156+81=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39C51 is #5C63AE. Grayscale: #959595. Windows color (decimal): -6054831 or 5348515. OLE color: 5348515.

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

Color convert

RGB16315681-
CMYK00.040.500.36
HSL54.88º33.61%47.84%-
HSV(B)54.88º50.31%63.92%-
XYZ28.4832.1612.49-
YUV149.5489.32137.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 156 (61.33% from 255) = 39%
BLUE value IS 81 (32.03% from 255) = 20.25%
R=40.75%
G=39%
B=20.25%

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
Decimal1631568100.040.500.3654.8833.6147.84
HexA39C51043224372230
Octal243234121046244674260
Binary101000111001110010100010100110010100100110111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39C51; }

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

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

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

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

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

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

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

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