#A8AA6C

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

Shades of Green Smoke #A8AA6C

Tints of Green Smoke #A8AA6C

Color information

#A8AA6C (or 0xA8AA6C) is unknown color: approx Green Smoke. HEX triplet: A8, AA and 6C. RGB value is (168,170,108). Sum of RGB (Red+Green+Blue) = 168+170+108=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA6C is #575593. Grayscale: #A2A2A2. Windows color (decimal): -5723540 or 7121576. OLE color: 7121576.

HSL color Cylindrical-coordinate representation of color #A8AA6C: hue angle of 61.94º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8AA6C is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB168170108-
CMYK0.0100.360.33
HSL61.94º26.72%54.51%-
HSV(B)61.94º36.47%66.67%-
XYZ33.2338.1619.8-
YUV162.3397.34132.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=37.67%
G=38.12%
B=24.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681701080.0100.360.3361.9426.7254.51
HexA8AA6C1024213e1b37
Octal250252154104441763367
Binary101010001010101011011001010010010000111111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA6C; }

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

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

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

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

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

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

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

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