#A1BFA5

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

Shades of Gum Leaf #A1BFA5

Tints of Gum Leaf #A1BFA5

Color information

#A1BFA5 (or 0xA1BFA5) is unknown color: approx Gum Leaf. HEX triplet: A1, BF and A5. RGB value is (161,191,165). Sum of RGB (Red+Green+Blue) = 161+191+165=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BFA5 is #5E405A. Grayscale: #B3B3B3. Windows color (decimal): -6176859 or 10862497. OLE color: 10862497.

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

Color convert

RGB161191165-
CMYK0.1600.140.25
HSL128º18.99%69.02%-
HSV(B)128º15.71%74.9%-
XYZ40.1247.5642.66-
YUV179.07120.06115.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 165 (64.84% from 255) = 31.91%
R=31.14%
G=36.94%
B=31.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611911650.1600.140.2512818.9969.02
HexA1BFA5100E19801345
Octal241277245200163120023105
Binary10100001101111111010010110000011101100110000000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFA5; }

 p { color: rgb(161,191,165); }

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

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

 a { background-color: rgb(161,191,165); }

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

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

 span { border-color: rgb(161,191,165); }

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