#A5BAAA

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

Shades of Gum Leaf #A5BAAA

Tints of Gum Leaf #A5BAAA

Color information

#A5BAAA (or 0xA5BAAA) is unknown color: approx Gum Leaf. HEX triplet: A5, BA and AA. RGB value is (165,186,170). Sum of RGB (Red+Green+Blue) = 165+186+170=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BAAA is #5A4555. Grayscale: #B1B1B1. Windows color (decimal): -5915990 or 11188901. OLE color: 11188901.

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

Color convert

RGB165186170-
CMYK0.1100.090.27
HSL134.29º13.21%68.82%-
HSV(B)134.29º11.29%72.94%-
XYZ40.3346.0244.79-
YUV177.9123.54118.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=31.67%
G=35.70%
B=32.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861700.1100.090.27134.2913.2168.82
HexA5BAAAB091B86d45
Octal245272252130113320615105
Binary101001011011101010101010101101001110111000011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BAAA; }

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

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

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

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

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

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

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

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