#A1BCA9

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

Shades of Gum Leaf #A1BCA9

Tints of Gum Leaf #A1BCA9

Color information

#A1BCA9 (or 0xA1BCA9) is unknown color: approx Gum Leaf. HEX triplet: A1, BC and A9. RGB value is (161,188,169). Sum of RGB (Red+Green+Blue) = 161+188+169=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BCA9 is #5E4356. Grayscale: #B1B1B1. Windows color (decimal): -6177623 or 11123873. OLE color: 11123873.

HSL color Cylindrical-coordinate representation of color #A1BCA9: hue angle of 137.78º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BCA9 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB161188169-
CMYK0.1400.100.26
HSL137.78º16.77%68.43%-
HSV(B)137.78º14.36%73.73%-
XYZ39.8446.4144.39-
YUV177.76123.05116.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.08%
GREEN value IS 188 (73.83% from 255) = 36.29%
BLUE value IS 169 (66.41% from 255) = 32.63%
R=31.08%
G=36.29%
B=32.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611881690.1400.100.26137.7816.7768.43
HexA1BCA9E0A1A8a1144
Octal241274251160123221221104
Binary1010000110111100101010011110010101101010001010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BCA9; }

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

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

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

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

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

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

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

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