#A39746

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

Shades of Husk #A39746

Tints of Husk #A39746

Color information

#A39746 (or 0xA39746) is unknown color: approx Husk. HEX triplet: A3, 97 and 46. RGB value is (163,151,70). Sum of RGB (Red+Green+Blue) = 163+151+70=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A39746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39746 is #5C68B9. Grayscale: #919191. Windows color (decimal): -6056122 or 4626339. OLE color: 4626339.

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

Color convert

RGB16315170-
CMYK00.070.570.36
HSL52.26º39.91%45.69%-
HSV(B)52.26º57.06%63.92%-
XYZ27.2830.3610.22-
YUV145.3585.48140.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.45%
GREEN value IS 151 (59.38% from 255) = 39.32%
BLUE value IS 70 (27.73% from 255) = 18.23%
R=42.45%
G=39.32%
B=18.23%

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
Decimal1631517000.070.570.3652.2639.9145.69
HexA3974607392434282e
Octal243227106077144645056
Binary101000111001011110001100111111001100100110100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39746; }

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

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

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

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

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

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

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

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