#A9B8AD

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

Shades of Gum Leaf #A9B8AD

Tints of Gum Leaf #A9B8AD

Color information

#A9B8AD (or 0xA9B8AD) is unknown color: approx Gum Leaf. HEX triplet: A9, B8 and AD. RGB value is (169,184,173). Sum of RGB (Red+Green+Blue) = 169+184+173=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B8AD is #564752. Grayscale: #B2B2B2. Windows color (decimal): -5654355 or 11385001. OLE color: 11385001.

HSL color Cylindrical-coordinate representation of color #A9B8AD: hue angle of 136º degrees, saturation: 0.1, 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 #A9B8AD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB169184173-
CMYK0.0800.060.28
HSL136º9.55%69.22%-
HSV(B)136º8.15%72.16%-
XYZ41.0545.7346.2-
YUV178.26125.03121.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 184 (72.27% from 255) = 34.98%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=32.13%
G=34.98%
B=32.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691841730.0800.060.281369.5569.22
HexA9B8AD8061C88a45
Octal25127025510063421012105
Binary10101001101110001010110110000110111001000100010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B8AD; }

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

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

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

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

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

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

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

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