#A9B4AB

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

Shades of Gum Leaf #A9B4AB

Tints of Gum Leaf #A9B4AB

Color information

#A9B4AB (or 0xA9B4AB) is unknown color: approx Gum Leaf. HEX triplet: A9, B4 and AB. RGB value is (169,180,171). Sum of RGB (Red+Green+Blue) = 169+180+171=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B4AB is #564B54. Grayscale: #AFAFAF. Windows color (decimal): -5655381 or 11252905. OLE color: 11252905.

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

Color convert

RGB169180171-
CMYK0.0600.050.29
HSL130.91º6.83%68.43%-
HSV(B)130.91º6.11%70.59%-
XYZ40.0344.0244.91-
YUV175.68125.36123.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=32.5%
G=34.62%
B=32.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801710.0600.050.29130.916.8368.43
HexA9B4AB6051D83744
Octal251264253605352037104
Binary101010011011010010101011110010111101100000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B4AB; }

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

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

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

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

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

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

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

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