#A79656

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

Shades of Husk #A79656

Tints of Husk #A79656

Color information

#A79656 (or 0xA79656) is unknown color: approx Husk. HEX triplet: A7, 96 and 56. RGB value is (167,150,86). Sum of RGB (Red+Green+Blue) = 167+150+86=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A79656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79656 is #5869A9. Grayscale: #949494. Windows color (decimal): -5794218 or 5674663. OLE color: 5674663.

HSL color Cylindrical-coordinate representation of color #A79656: hue angle of 47.41º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A79656 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16715086-
CMYK00.100.490.35
HSL47.41º32.02%49.61%-
HSV(B)47.41º48.5%65.49%-
XYZ28.5230.713.23-
YUV147.7993.13141.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.44%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 86 (33.98% from 255) = 21.34%
R=41.44%
G=37.22%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671508600.100.490.3547.4132.0249.61
HexA796560A31232f2032
Octal2472261260126143574062
Binary1010011110010110101011001010110001100011101111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79656; }

 p { color: rgb(167,150,86); }

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

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

 a { background-color: rgb(167,150,86); }

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

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

 span { border-color: rgb(167,150,86); }

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