#A8AA65

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

Shades of Green Smoke #A8AA65

Tints of Green Smoke #A8AA65

Color information

#A8AA65 (or 0xA8AA65) is unknown color: approx Green Smoke. HEX triplet: A8, AA and 65. RGB value is (168,170,101). Sum of RGB (Red+Green+Blue) = 168+170+101=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA65 is #57559A. Grayscale: #A1A1A1. Windows color (decimal): -5723547 or 6662824. OLE color: 6662824.

HSL color Cylindrical-coordinate representation of color #A8AA65: hue angle of 61.74º 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 #A8AA65 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB168170101-
CMYK0.0100.410.33
HSL61.74º28.87%53.14%-
HSV(B)61.74º40.59%66.67%-
XYZ32.8738.0117.92-
YUV161.5493.84132.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 101 (39.84% from 255) = 23.01%
R=38.27%
G=38.72%
B=23.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681701010.0100.410.3361.7428.8753.14
HexA8AA651029213e1d35
Octal250252145105141763565
Binary101010001010101011001011010100110000111111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA65; }

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

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

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

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

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

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

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

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