#A6984A

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

Shades of Husk #A6984A

Tints of Husk #A6984A

Color information

#A6984A (or 0xA6984A) is unknown color: approx Husk. HEX triplet: A6, 98 and 4A. RGB value is (166,152,74). Sum of RGB (Red+Green+Blue) = 166+152+74=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6984A is #5967B5. Grayscale: #939393. Windows color (decimal): -5859254 or 4888742. OLE color: 4888742.

HSL color Cylindrical-coordinate representation of color #A6984A: hue angle of 50.87º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6984A is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16615274-
CMYK00.080.550.35
HSL50.87º38.33%47.06%-
HSV(B)50.87º55.42%65.1%-
XYZ28.1931.0610.99-
YUV147.2986.64141.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 74 (29.30% from 255) = 18.88%
R=42.35%
G=38.78%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661527400.080.550.3550.8738.3347.06
HexA6984A08372333262f
Octal2462301120106743634657
Binary1010011010011000100101001000110111100011110011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6984A; }

 p { color: rgb(166,152,74); }

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

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

 a { background-color: rgb(166,152,74); }

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

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

 span { border-color: rgb(166,152,74); }

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