#A8AD9F

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

Shades of Green Spring #A8AD9F

Tints of Green Spring #A8AD9F

Color information

#A8AD9F (or 0xA8AD9F) is unknown color: approx Green Spring. HEX triplet: A8, AD and 9F. RGB value is (168,173,159). Sum of RGB (Red+Green+Blue) = 168+173+159=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD9F is #575260. Grayscale: #A9A9A9. Windows color (decimal): -5722721 or 10464680. OLE color: 10464680.

HSL color Cylindrical-coordinate representation of color #A8AD9F: hue angle of 81.43º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8AD9F is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB168173159-
CMYK0.0300.080.32
HSL81.43º7.87%65.1%-
HSV(B)81.43º8.09%67.84%-
XYZ37.3540.7238.69-
YUV169.91121.84126.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.6%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 159 (62.5% from 255) = 31.8%
R=33.6%
G=34.6%
B=31.8%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681731590.0300.080.3281.437.8765.1
HexA8AD9F3082051841
Octal25025523730104012110101
Binary1010100010101101100111111101000100000101000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AD9F; }

 p { color: rgb(168,173,159); }

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

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

 a { background-color: rgb(168,173,159); }

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

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

 span { border-color: rgb(168,173,159); }

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