#A2BAA5

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

Shades of Gum Leaf #A2BAA5

Tints of Gum Leaf #A2BAA5

Color information

#A2BAA5 (or 0xA2BAA5) is unknown color: approx Gum Leaf. HEX triplet: A2, BA and A5. RGB value is (162,186,165). Sum of RGB (Red+Green+Blue) = 162+186+165=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BAA5 is #5D455A. Grayscale: #B0B0B0. Windows color (decimal): -6112603 or 10861218. OLE color: 10861218.

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

Color convert

RGB162186165-
CMYK0.1300.110.27
HSL127.5º14.81%68.24%-
HSV(B)127.5º12.9%72.94%-
XYZ39.2545.5242.31-
YUV176.43121.55117.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.58%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 165 (64.84% from 255) = 32.16%
R=31.58%
G=36.26%
B=32.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621861650.1300.110.27127.514.8168.24
HexA2BAA5D0B1B7ff44
Octal242272245150133317717104
Binary10100010101110101010010111010101111011111111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BAA5; }

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

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

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

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

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

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

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

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