#A7AD9B

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

Shades of Green Spring #A7AD9B

Tints of Green Spring #A7AD9B

Color information

#A7AD9B (or 0xA7AD9B) is unknown color: approx Green Spring. HEX triplet: A7, AD and 9B. RGB value is (167,173,155). Sum of RGB (Red+Green+Blue) = 167+173+155=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AD9B is #585264. Grayscale: #A9A9A9. Windows color (decimal): -5788261 or 10202535. OLE color: 10202535.

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

Color convert

RGB167173155-
CMYK0.0300.100.32
HSL80º9.89%64.31%-
HSV(B)80º10.4%67.84%-
XYZ36.840.4736.88-
YUV169.15120.01126.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.74%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=33.74%
G=34.95%
B=31.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671731550.0300.100.32809.8964.31
HexA7AD9B30A2050a40
Octal24725523330124012012100
Binary1010011110101101100110111101010100000101000010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AD9B; }

 p { color: rgb(167,173,155); }

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

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

 a { background-color: rgb(167,173,155); }

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

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

 span { border-color: rgb(167,173,155); }

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