#A7954F

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

Shades of Husk #A7954F

Tints of Husk #A7954F

Color information

#A7954F (or 0xA7954F) is unknown color: approx Husk. HEX triplet: A7, 95 and 4F. RGB value is (167,149,79). Sum of RGB (Red+Green+Blue) = 167+149+79=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A7954F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7954F is #586AB0. Grayscale: #929292. Windows color (decimal): -5794481 or 5215655. OLE color: 5215655.

HSL color Cylindrical-coordinate representation of color #A7954F: hue angle of 47.73º 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 #A7954F is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16714979-
CMYK00.110.530.35
HSL47.73º35.77%48.24%-
HSV(B)47.73º52.69%65.49%-
XYZ28.130.2711.76-
YUV146.489.96142.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 79 (31.25% from 255) = 20%
R=42.28%
G=37.72%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671497900.110.530.3547.7335.7748.24
HexA7954F0B3523302430
Octal2472251170136543604460
Binary1010011110010101100111101011110101100011110000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7954F; }

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

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

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

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

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

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

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

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