#A9AC9B

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

Shades of Green Spring #A9AC9B

Tints of Green Spring #A9AC9B

Color information

#A9AC9B (or 0xA9AC9B) is unknown color: approx Green Spring. HEX triplet: A9, AC and 9B. RGB value is (169,172,155). Sum of RGB (Red+Green+Blue) = 169+172+155=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AC9B is #565364. Grayscale: #A9A9A9. Windows color (decimal): -5657445 or 10202281. OLE color: 10202281.

HSL color Cylindrical-coordinate representation of color #A9AC9B: hue angle of 70.59º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9AC9B is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB169172155-
CMYK0.0200.100.33
HSL70.59º9.29%64.12%-
HSV(B)70.59º9.88%67.45%-
XYZ37.0340.3136.84-
YUV169.17120.01127.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 155 (60.94% from 255) = 31.25%
R=34.07%
G=34.68%
B=31.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691721550.0200.100.3370.599.2964.12
HexA9AC9B20A2147940
Octal25125423320124110711100
Binary1010100110101100100110111001010100001100011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AC9B; }

 p { color: rgb(169,172,155); }

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

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

 a { background-color: rgb(169,172,155); }

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

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

 span { border-color: rgb(169,172,155); }

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