#A9B7AD

Color #A9B7AD Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A9B7AD

Tints of Gum Leaf #A9B7AD

Color information

#A9B7AD (or 0xA9B7AD) is unknown color: approx Gum Leaf. HEX triplet: A9, B7 and AD. RGB value is (169,183,173). Sum of RGB (Red+Green+Blue) = 169+183+173=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B7AD is #564852. Grayscale: #B1B1B1. Windows color (decimal): -5654611 or 11384745. OLE color: 11384745.

HSL color Cylindrical-coordinate representation of color #A9B7AD: hue angle of 137.14º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A9B7AD is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB169183173-
CMYK0.0800.050.28
HSL137.14º8.86%69.02%-
HSV(B)137.14º7.65%71.76%-
XYZ40.8445.3246.13-
YUV177.67125.36121.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.19%
GREEN value IS 183 (71.88% from 255) = 34.86%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=32.19%
G=34.86%
B=32.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691831730.0800.050.28137.148.8669.02
HexA9B7AD8051C89945
Octal25126725510053421111105
Binary10101001101101111010110110000101111001000100110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B7AD; }

 p { color: rgb(169,183,173); }

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

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

 a { background-color: rgb(169,183,173); }

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

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

 span { border-color: rgb(169,183,173); }

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