#A5BBAB

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

Shades of Gum Leaf #A5BBAB

Tints of Gum Leaf #A5BBAB

Color information

#A5BBAB (or 0xA5BBAB) is unknown color: approx Gum Leaf. HEX triplet: A5, BB and AB. RGB value is (165,187,171). Sum of RGB (Red+Green+Blue) = 165+187+171=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BBAB is #5A4454. Grayscale: #B2B2B2. Windows color (decimal): -5915733 or 11254693. OLE color: 11254693.

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

Color convert

RGB165187171-
CMYK0.1200.090.27
HSL136.36º13.92%69.02%-
HSV(B)136.36º11.76%73.33%-
XYZ40.6446.4845.36-
YUV178.6123.71118.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 187 (73.44% from 255) = 35.76%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=31.55%
G=35.76%
B=32.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651871710.1200.090.27136.3613.9269.02
HexA5BBABC091B88e45
Octal245273253140113321016105
Binary101001011011101110101011110001001110111000100011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BBAB; }

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

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

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

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

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

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

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

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