#A5BBAA

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

Shades of Gum Leaf #A5BBAA

Tints of Gum Leaf #A5BBAA

Color information

#A5BBAA (or 0xA5BBAA) is unknown color: approx Gum Leaf. HEX triplet: A5, BB and AA. RGB value is (165,187,170). Sum of RGB (Red+Green+Blue) = 165+187+170=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BBAA is #5A4455. Grayscale: #B2B2B2. Windows color (decimal): -5915734 or 11189157. OLE color: 11189157.

HSL color Cylindrical-coordinate representation of color #A5BBAA: hue angle of 133.64º 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 #A5BBAA is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB165187170-
CMYK0.1200.090.27
HSL133.64º13.92%69.02%-
HSV(B)133.64º11.76%73.33%-
XYZ40.5446.4444.86-
YUV178.48123.21118.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 170 (66.80% from 255) = 32.57%
R=31.61%
G=35.82%
B=32.57%

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
Decimal1651871700.1200.090.27133.6413.9269.02
HexA5BBAAC091B86e45
Octal245273252140113320616105
Binary101001011011101110101010110001001110111000011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BBAA; }

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

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

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

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

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

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

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

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