#A1BDA8

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

Shades of Gum Leaf #A1BDA8

Tints of Gum Leaf #A1BDA8

Color information

#A1BDA8 (or 0xA1BDA8) is unknown color: approx Gum Leaf. HEX triplet: A1, BD and A8. RGB value is (161,189,168). Sum of RGB (Red+Green+Blue) = 161+189+168=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BDA8 is #5E4257. Grayscale: #B2B2B2. Windows color (decimal): -6177368 or 11058593. OLE color: 11058593.

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

Color convert

RGB161189168-
CMYK0.1500.110.26
HSL135º17.5%68.63%-
HSV(B)135º14.81%74.12%-
XYZ39.9646.843.97-
YUV178.23122.22115.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.08%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 168 (66.02% from 255) = 32.43%
R=31.08%
G=36.49%
B=32.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611891680.1500.110.2613517.568.63
HexA1BDA8F0B1A871245
Octal241275250170133220722105
Binary1010000110111101101010001111010111101010000111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BDA8; }

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

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

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

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

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

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

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

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