#A7984F

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

Shades of Husk #A7984F

Tints of Husk #A7984F

Color information

#A7984F (or 0xA7984F) is unknown color: approx Husk. HEX triplet: A7, 98 and 4F. RGB value is (167,152,79). Sum of RGB (Red+Green+Blue) = 167+152+79=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A7984F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7984F is #5867B0. Grayscale: #949494. Windows color (decimal): -5793713 or 5216423. OLE color: 5216423.

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

Color convert

RGB16715279-
CMYK00.090.530.35
HSL49.77º35.77%48.24%-
HSV(B)49.77º52.69%65.49%-
XYZ28.5831.2411.92-
YUV148.1688.97141.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.96%
GREEN value IS 152 (59.77% from 255) = 38.19%
BLUE value IS 79 (31.25% from 255) = 19.85%
R=41.96%
G=38.19%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671527900.090.530.3549.7735.7748.24
HexA7984F093523322430
Octal2472301170116543624460
Binary1010011110011000100111101001110101100011110010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7984F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7984F; }

 p { color: rgb(167,152,79); }

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

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

 a { background-color: rgb(167,152,79); }

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

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

 span { border-color: rgb(167,152,79); }

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