#A8BBAB

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

Shades of Gum Leaf #A8BBAB

Tints of Gum Leaf #A8BBAB

Color information

#A8BBAB (or 0xA8BBAB) is unknown color: approx Gum Leaf. HEX triplet: A8, BB and AB. RGB value is (168,187,171). Sum of RGB (Red+Green+Blue) = 168+187+171=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BBAB is #574454. Grayscale: #B3B3B3. Windows color (decimal): -5719125 or 11254696. OLE color: 11254696.

HSL color Cylindrical-coordinate representation of color #A8BBAB: hue angle of 129.47º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BBAB is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB168187171-
CMYK0.1000.090.27
HSL129.47º12.26%69.61%-
HSV(B)129.47º10.16%73.33%-
XYZ41.2746.8145.39-
YUV179.49123.21119.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.94%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=31.94%
G=35.55%
B=32.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681871710.1000.090.27129.4712.2669.61
HexA8BBABA091B81c46
Octal250273253120113320114106
Binary101010001011101110101011101001001110111000000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BBAB; }

 p { color: rgb(168,187,171); }

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

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

 a { background-color: rgb(168,187,171); }

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

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

 span { border-color: rgb(168,187,171); }

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