#A39846

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

Shades of Husk #A39846

Tints of Husk #A39846

Color information

#A39846 (or 0xA39846) is unknown color: approx Husk. HEX triplet: A3, 98 and 46. RGB value is (163,152,70). Sum of RGB (Red+Green+Blue) = 163+152+70=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A39846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39846 is #5C67B9. Grayscale: #929292. Windows color (decimal): -6055866 or 4626595. OLE color: 4626595.

HSL color Cylindrical-coordinate representation of color #A39846: hue angle of 52.9º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A39846 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16315270-
CMYK00.070.570.36
HSL52.9º39.91%45.69%-
HSV(B)52.9º57.06%63.92%-
XYZ27.4430.6910.27-
YUV145.9485.14140.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 152 (59.77% from 255) = 39.48%
BLUE value IS 70 (27.73% from 255) = 18.18%
R=42.34%
G=39.48%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631527000.070.570.3652.939.9145.69
HexA3984607392435282e
Octal243230106077144655056
Binary101000111001100010001100111111001100100110101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39846; }

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

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

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

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

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

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

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

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