#A9B3AA

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

Shades of Gum Leaf #A9B3AA

Tints of Gum Leaf #A9B3AA

Color information

#A9B3AA (or 0xA9B3AA) is unknown color: approx Gum Leaf. HEX triplet: A9, B3 and AA. RGB value is (169,179,170). Sum of RGB (Red+Green+Blue) = 169+179+170=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B3AA is #564C55. Grayscale: #AFAFAF. Windows color (decimal): -5655638 or 11187113. OLE color: 11187113.

HSL color Cylindrical-coordinate representation of color #A9B3AA: hue angle of 126º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A9B3AA is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB169179170-
CMYK0.0600.050.30
HSL126º6.17%68.24%-
HSV(B)126º5.59%70.2%-
XYZ39.7443.5844.35-
YUV174.98125.19123.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 179 (70.31% from 255) = 34.56%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=32.63%
G=34.56%
B=32.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691791700.0600.050.301266.1768.24
HexA9B3AA6051E7e644
Octal251263252605361766104
Binary10101001101100111010101011001011111011111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B3AA; }

 p { color: rgb(169,179,170); }

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

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

 a { background-color: rgb(169,179,170); }

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

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

 span { border-color: rgb(169,179,170); }

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