#A7AA65

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

Shades of Green Smoke #A7AA65

Tints of Green Smoke #A7AA65

Color information

#A7AA65 (or 0xA7AA65) is unknown color: approx Green Smoke. HEX triplet: A7, AA and 65. RGB value is (167,170,101). Sum of RGB (Red+Green+Blue) = 167+170+101=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA65 is #58559A. Grayscale: #A1A1A1. Windows color (decimal): -5789083 or 6662823. OLE color: 6662823.

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

Color convert

RGB167170101-
CMYK0.0200.410.33
HSL62.61º28.87%53.14%-
HSV(B)62.61º40.59%66.67%-
XYZ32.6637.917.91-
YUV161.2494.01132.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.13%
GREEN value IS 170 (66.80% from 255) = 38.81%
BLUE value IS 101 (39.84% from 255) = 23.06%
R=38.13%
G=38.81%
B=23.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671701010.0200.410.3362.6128.8753.14
HexA7AA652029213f1d35
Octal247252145205141773565
Binary1010011110101010110010110010100110000111111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA65; }

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

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

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

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

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

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

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

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