#A1BFA9

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

Shades of Gum Leaf #A1BFA9

Tints of Gum Leaf #A1BFA9

Color information

#A1BFA9 (or 0xA1BFA9) is unknown color: approx Gum Leaf. HEX triplet: A1, BF and A9. RGB value is (161,191,169). Sum of RGB (Red+Green+Blue) = 161+191+169=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BFA9 is #5E4056. Grayscale: #B3B3B3. Windows color (decimal): -6176855 or 11124641. OLE color: 11124641.

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

Color convert

RGB161191169-
CMYK0.1600.120.25
HSL136º18.99%69.02%-
HSV(B)136º15.71%74.9%-
XYZ40.4947.744.61-
YUV179.52122.06114.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 169 (66.41% from 255) = 32.44%
R=30.90%
G=36.66%
B=32.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611911690.1600.120.2513618.9969.02
HexA1BFA9100C19881345
Octal241277251200143121023105
Binary10100001101111111010100110000011001100110001000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFA9; }

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

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

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

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

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

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

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

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