#A1BEAB

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

Shades of Gum Leaf #A1BEAB

Tints of Gum Leaf #A1BEAB

Color information

#A1BEAB (or 0xA1BEAB) is unknown color: approx Gum Leaf. HEX triplet: A1, BE and AB. RGB value is (161,190,171). Sum of RGB (Red+Green+Blue) = 161+190+171=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BEAB is #5E4154. Grayscale: #B3B3B3. Windows color (decimal): -6177109 or 11255457. OLE color: 11255457.

HSL color Cylindrical-coordinate representation of color #A1BEAB: 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 #A1BEAB is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB161190171-
CMYK0.1500.100.25
HSL140.69º18.24%68.82%-
HSV(B)140.69º15.26%74.51%-
XYZ40.4647.3445.53-
YUV179.16123.39115.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.84%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=30.84%
G=36.40%
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
Decimal1611901710.1500.100.25140.6918.2468.82
HexA1BEABF0A198d1245
Octal241276253170123121522105
Binary1010000110111110101010111111010101100110001101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BEAB; }

 p { color: rgb(161,190,171); }

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

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

 a { background-color: rgb(161,190,171); }

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

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

 span { border-color: rgb(161,190,171); }

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