#A7AA5F

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

Shades of Green Smoke #A7AA5F

Tints of Green Smoke #A7AA5F

Color information

#A7AA5F (or 0xA7AA5F) is unknown color: approx Green Smoke. HEX triplet: A7, AA and 5F. RGB value is (167,170,95). Sum of RGB (Red+Green+Blue) = 167+170+95=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA5F is #5855A0. Grayscale: #A0A0A0. Windows color (decimal): -5789089 or 6269607. OLE color: 6269607.

HSL color Cylindrical-coordinate representation of color #A7AA5F: hue angle of 62.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7AA5F is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB16717095-
CMYK0.0200.440.33
HSL62.4º30.61%51.96%-
HSV(B)62.4º44.12%66.67%-
XYZ32.3837.7916.41-
YUV160.5591.01132.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.66%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 95 (37.5% from 255) = 21.99%
R=38.66%
G=39.35%
B=21.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167170950.0200.440.3362.430.6151.96
HexA7AA5F202C213e1f34
Octal247252137205441763764
Binary1010011110101010101111110010110010000111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA5F; }

 p { color: rgb(167,170,95); }

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

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

 a { background-color: rgb(167,170,95); }

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

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

 span { border-color: rgb(167,170,95); }

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