#A2BFAC

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

Shades of Gum Leaf #A2BFAC

Tints of Gum Leaf #A2BFAC

Color information

#A2BFAC (or 0xA2BFAC) is unknown color: approx Gum Leaf. HEX triplet: A2, BF and AC. RGB value is (162,191,172). Sum of RGB (Red+Green+Blue) = 162+191+172=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BFAC is #5D4053. Grayscale: #B4B4B4. Windows color (decimal): -6111316 or 11321250. OLE color: 11321250.

HSL color Cylindrical-coordinate representation of color #A2BFAC: hue angle of 140.69º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2BFAC is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB162191172-
CMYK0.1500.100.25
HSL140.69º18.47%69.22%-
HSV(B)140.69º15.18%74.9%-
XYZ40.9847.9246.12-
YUV180.16123.39115.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 191 (75% from 255) = 36.38%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=30.86%
G=36.38%
B=32.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621911720.1500.100.25140.6918.4769.22
HexA2BFACF0A198d1245
Octal242277254170123121522105
Binary1010001010111111101011001111010101100110001101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BFAC; }

 p { color: rgb(162,191,172); }

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

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

 a { background-color: rgb(162,191,172); }

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

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

 span { border-color: rgb(162,191,172); }

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