#A79946

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

Shades of Husk #A79946

Tints of Husk #A79946

Color information

#A79946 (or 0xA79946) is unknown color: approx Husk. HEX triplet: A7, 99 and 46. RGB value is (167,153,70). Sum of RGB (Red+Green+Blue) = 167+153+70=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A79946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79946 is #5866B9. Grayscale: #949494. Windows color (decimal): -5793466 or 4626855. OLE color: 4626855.

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

Color convert

RGB16715370-
CMYK00.080.580.35
HSL51.34º40.93%46.47%-
HSV(B)51.34º58.08%65.49%-
XYZ28.4331.4410.36-
YUV147.7284.14141.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 153 (60.16% from 255) = 39.23%
BLUE value IS 70 (27.73% from 255) = 17.95%
R=42.82%
G=39.23%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671537000.080.580.3551.3440.9346.47
HexA79946083A2333292e
Octal2472311060107243635156
Binary1010011110011001100011001000111010100011110011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79946; }

 p { color: rgb(167,153,70); }

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

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

 a { background-color: rgb(167,153,70); }

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

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

 span { border-color: rgb(167,153,70); }

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