#A8944D

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

Shades of Husk #A8944D

Tints of Husk #A8944D

Color information

#A8944D (or 0xA8944D) is unknown color: approx Husk. HEX triplet: A8, 94 and 4D. RGB value is (168,148,77). Sum of RGB (Red+Green+Blue) = 168+148+77=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A8944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8944D is #576BB2. Grayscale: #929292. Windows color (decimal): -5729203 or 5084328. OLE color: 5084328.

HSL color Cylindrical-coordinate representation of color #A8944D: hue angle of 46.81º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8944D is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB16814877-
CMYK00.120.540.34
HSL46.81º37.14%48.04%-
HSV(B)46.81º54.17%65.88%-
XYZ28.0830.0411.34-
YUV145.8989.13143.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.75%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=42.75%
G=37.66%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681487700.120.540.3446.8137.1448.04
HexA8944D0C36222f2530
Octal2502241150146642574560
Binary1010100010010100100110101100110110100010101111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8944D; }

 p { color: rgb(168,148,77); }

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

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

 a { background-color: rgb(168,148,77); }

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

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

 span { border-color: rgb(168,148,77); }

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