#A7A050

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

Shades of Husk #A7A050

Tints of Husk #A7A050

Color information

#A7A050 (or 0xA7A050) is unknown color: approx Husk. HEX triplet: A7, A0 and 50. RGB value is (167,160,80). Sum of RGB (Red+Green+Blue) = 167+160+80=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A050 is #585FAF. Grayscale: #999999. Windows color (decimal): -5791664 or 5284007. OLE color: 5284007.

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

Color convert

RGB16716080-
CMYK00.040.520.35
HSL55.17º35.22%48.43%-
HSV(B)55.17º52.1%65.49%-
XYZ29.9633.9412.56-
YUV152.9786.82138-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.03%
GREEN value IS 160 (62.89% from 255) = 39.31%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=41.03%
G=39.31%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671608000.040.520.3555.1735.2248.43
HexA7A050043423372330
Octal247240120046443674360
Binary101001111010000010100000100110100100011110111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A050; }

 p { color: rgb(167,160,80); }

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

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

 a { background-color: rgb(167,160,80); }

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

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

 span { border-color: rgb(167,160,80); }

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