#A1BDA6

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

Shades of Gum Leaf #A1BDA6

Tints of Gum Leaf #A1BDA6

Color information

#A1BDA6 (or 0xA1BDA6) is unknown color: approx Gum Leaf. HEX triplet: A1, BD and A6. RGB value is (161,189,166). Sum of RGB (Red+Green+Blue) = 161+189+166=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BDA6 is #5E4259. Grayscale: #B2B2B2. Windows color (decimal): -6177370 or 10927521. OLE color: 10927521.

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

Color convert

RGB161189166-
CMYK0.1500.120.26
HSL130.71º17.5%68.63%-
HSV(B)130.71º14.81%74.12%-
XYZ39.7846.7343-
YUV178.01121.22115.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 166 (65.23% from 255) = 32.17%
R=31.20%
G=36.63%
B=32.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611891660.1500.120.26130.7117.568.63
HexA1BDA6F0C1A831245
Octal241275246170143220322105
Binary1010000110111101101001101111011001101010000011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BDA6; }

 p { color: rgb(161,189,166); }

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

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

 a { background-color: rgb(161,189,166); }

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

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

 span { border-color: rgb(161,189,166); }

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