Shades of Gum Leaf #A1BFA8
Tints of Gum Leaf #A1BFA8
RGB
CMYK
RGB Variations
Color information
#A1BFA8 (or 0xA1BFA8) is known color: Gum Leaf. HEX triplet: A1, BF and A8. RGB value is (161,191,168). Sum of RGB (Red+Green+Blue) = 161+191+168=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BFA8 is #5E4057. Grayscale: #B3B3B3. Windows color (decimal): -6176856 or 11059105. OLE color: 11059105.
HSL color Cylindrical-coordinate representation of color #A1BFA8: hue angle of 134º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1BFA8 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 168 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.25 |
| HSL | 134º | 0.19% | 0.69% | - |
| HSV(B) | 134º | 0.16% | 0.75% | - |
| XYZ | 40.4 | 47.67 | 44.12 | - |
| YUV | 179.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 168 | 0.16 | 0 | 0.12 | 0.25 | 134 | 0.19 | 0.69 |
| Hex | A1 | BF | A8 | 10 | 0 | C | 19 | 86 | 13 | 45 |
| Octal | 241 | 277 | 250 | 20 | 0 | 14 | 31 | 206 | 23 | 105 |
| Binary | 10100001 | 10111111 | 10101000 | 10000 | 0 | 1100 | 11001 | 10000110 | 10011 | 1000101 |
Color Harmonies of #A1BFA8
Complementary color
Monochromatic Colors of #A1BFA8
Black with #A1BFA8
Text Example
Text Example
White with #A1BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFA8; }
p { color: rgb(161,191,168); }
H1.HeaderClassName
{
color: #A1BFA8;
}
.AnyTagClassName
{
color: #A1BFA8;
}
</style>
background-color css
<style>
a { background-color: #A1BFA8; }
a { background-color: rgb(161,191,168); }
div.DivClassName
{
background-color: #A1BFA8;
}
.BgClassName
{
background-color: #A1BFA8;
}
</style>
border-color css
<style>
span { border-color: #A1BFA8; }
span { border-color: rgb(161,191,168); }
td.TdClassName
{
border-color: #A1BFA8;
}
.TagClassName
{
border-color: #A1BFA8;
}
</style>