#A1BCA8

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

Shades of Gum Leaf #A1BCA8

Tints of Gum Leaf #A1BCA8

Color information

#A1BCA8 (or 0xA1BCA8) is unknown color: approx Gum Leaf. HEX triplet: A1, BC and A8. RGB value is (161,188,168). Sum of RGB (Red+Green+Blue) = 161+188+168=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BCA8 is #5E4357. Grayscale: #B1B1B1. Windows color (decimal): -6177624 or 11058337. OLE color: 11058337.

HSL color Cylindrical-coordinate representation of color #A1BCA8: hue angle of 135.56º 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 #A1BCA8 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB161188168-
CMYK0.1400.110.26
HSL135.56º16.77%68.43%-
HSV(B)135.56º14.36%73.73%-
XYZ39.7546.3743.9-
YUV177.65122.55116.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 168 (66.02% from 255) = 32.50%
R=31.14%
G=36.36%
B=32.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611881680.1400.110.26135.5616.7768.43
HexA1BCA8E0B1A881144
Octal241274250160133221021104
Binary1010000110111100101010001110010111101010001000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BCA8; }

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

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

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

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

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

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

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

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