#A8AD9A

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

Shades of Green Spring #A8AD9A

Tints of Green Spring #A8AD9A

Color information

#A8AD9A (or 0xA8AD9A) is unknown color: approx Green Spring. HEX triplet: A8, AD and 9A. RGB value is (168,173,154). Sum of RGB (Red+Green+Blue) = 168+173+154=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD9A is #575265. Grayscale: #A9A9A9. Windows color (decimal): -5722726 or 10137000. OLE color: 10137000.

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

Color convert

RGB168173154-
CMYK0.0300.110.32
HSL75.79º10.38%64.12%-
HSV(B)75.79º10.98%67.84%-
XYZ36.9240.5536.45-
YUV169.34119.34127.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 154 (60.55% from 255) = 31.11%
R=33.94%
G=34.95%
B=31.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681731540.0300.110.3275.7910.3864.12
HexA8AD9A30B204ca40
Octal25025523230134011412100
Binary1010100010101101100110101101011100000100110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AD9A; }

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

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

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

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

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

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

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

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