#A6944F

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

Shades of Husk #A6944F

Tints of Husk #A6944F

Color information

#A6944F (or 0xA6944F) is unknown color: approx Husk. HEX triplet: A6, 94 and 4F. RGB value is (166,148,79). Sum of RGB (Red+Green+Blue) = 166+148+79=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6944F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6944F is #596BB0. Grayscale: #919191. Windows color (decimal): -5860273 or 5215398. OLE color: 5215398.

HSL color Cylindrical-coordinate representation of color #A6944F: hue angle of 47.59º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6944F is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB16614879-
CMYK00.110.520.35
HSL47.59º35.51%48.04%-
HSV(B)47.59º52.41%65.1%-
XYZ27.7329.8511.7-
YUV145.5290.46142.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 79 (31.25% from 255) = 20.10%
R=42.24%
G=37.66%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661487900.110.520.3547.5935.5148.04
HexA6944F0B3423302430
Octal2462241170136443604460
Binary1010011010010100100111101011110100100011110000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6944F; }

 p { color: rgb(166,148,79); }

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

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

 a { background-color: rgb(166,148,79); }

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

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

 span { border-color: rgb(166,148,79); }

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