#A8AAA1

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

Shades of Green Spring #A8AAA1

Tints of Green Spring #A8AAA1

Color information

#A8AAA1 (or 0xA8AAA1) is unknown color: approx Green Spring. HEX triplet: A8, AA and A1. RGB value is (168,170,161). Sum of RGB (Red+Green+Blue) = 168+170+161=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AAA1 is #57555E. Grayscale: #A8A8A8. Windows color (decimal): -5723487 or 10594984. OLE color: 10594984.

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

Color convert

RGB168170161-
CMYK0.0100.050.33
HSL73.33º5.03%64.9%-
HSV(B)73.33º5.29%66.67%-
XYZ36.9639.6539.42-
YUV168.38123.84127.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 161 (63.28% from 255) = 32.26%
R=33.67%
G=34.07%
B=32.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681701610.0100.050.3373.335.0364.9
HexA8AAA11052149541
Octal250252241105411115101
Binary1010100010101010101000011010110000110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AAA1; }

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

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

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

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

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

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

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

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