#A39856

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

Shades of Husk #A39856

Tints of Husk #A39856

Color information

#A39856 (or 0xA39856) is unknown color: approx Husk. HEX triplet: A3, 98 and 56. RGB value is (163,152,86). Sum of RGB (Red+Green+Blue) = 163+152+86=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A39856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39856 is #5C67A9. Grayscale: #949494. Windows color (decimal): -6055850 or 5675171. OLE color: 5675171.

HSL color Cylindrical-coordinate representation of color #A39856: hue angle of 51.43º degrees, saturation: 0.31, 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 #A39856 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16315286-
CMYK00.070.470.36
HSL51.43º30.92%48.82%-
HSV(B)51.43º47.24%63.92%-
XYZ28.0130.9113.29-
YUV147.7693.14138.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 86 (33.98% from 255) = 21.45%
R=40.65%
G=37.91%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631528600.070.470.3651.4330.9248.82
HexA39856072F24331f31
Octal243230126075744633761
Binary10100011100110001010110011110111110010011001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39856; }

 p { color: rgb(163,152,86); }

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

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

 a { background-color: rgb(163,152,86); }

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

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

 span { border-color: rgb(163,152,86); }

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