#A9B6AB

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

Shades of Gum Leaf #A9B6AB

Tints of Gum Leaf #A9B6AB

Color information

#A9B6AB (or 0xA9B6AB) is unknown color: approx Gum Leaf. HEX triplet: A9, B6 and AB. RGB value is (169,182,171). Sum of RGB (Red+Green+Blue) = 169+182+171=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B6AB is #564954. Grayscale: #B0B0B0. Windows color (decimal): -5654869 or 11253417. OLE color: 11253417.

HSL color Cylindrical-coordinate representation of color #A9B6AB: hue angle of 129.23º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A9B6AB is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB169182171-
CMYK0.0700.060.29
HSL129.23º8.18%68.82%-
HSV(B)129.23º7.14%71.37%-
XYZ40.4444.8345.05-
YUV176.86124.69122.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.38%
GREEN value IS 182 (71.48% from 255) = 34.87%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=32.38%
G=34.87%
B=32.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691821710.0700.060.29129.238.1868.82
HexA9B6AB7061D81845
Octal2512662537063520110105
Binary1010100110110110101010111110110111011000000110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B6AB; }

 p { color: rgb(169,182,171); }

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

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

 a { background-color: rgb(169,182,171); }

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

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

 span { border-color: rgb(169,182,171); }

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