Shades of Gum Leaf #A8BEAF
Tints of Gum Leaf #A8BEAF
RGB
CMYK
RGB Variations
Color information
#A8BEAF (or 0xA8BEAF) is known color: Gum Leaf. HEX triplet: A8, BE and AF. RGB value is (168,190,175). Sum of RGB (Red+Green+Blue) = 168+190+175=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEAF is #574150. Grayscale: #B5B5B5. Windows color (decimal): -5718353 or 11517608. OLE color: 11517608.
HSL color Cylindrical-coordinate representation of color #A8BEAF: hue angle of 139.09º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BEAF is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 190 | 175 | - |
CMYK | 0.12 | 0 | 0.08 | 0.25 |
HSL | 139.09º | 0.14% | 0.7% | - |
HSV(B) | 139.09º | 0.12% | 0.75% | - |
XYZ | 42.3 | 48.25 | 47.64 | - |
YUV | 181.71 | 124.21 | 118.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 190 | 175 | 0.12 | 0 | 0.08 | 0.25 | 139.09 | 0.14 | 0.7 |
Hex | A8 | BE | AF | C | 0 | 8 | 19 | 8B | E | 46 |
Octal | 250 | 276 | 257 | 14 | 0 | 10 | 31 | 213 | 16 | 106 |
Binary | 10101000 | 10111110 | 10101111 | 1100 | 0 | 1000 | 11001 | 10001011 | 1110 | 1000110 |
Color Harmonies of #A8BEAF
Complementary color
Monochromatic Colors of #A8BEAF
Black with #A8BEAF
Text Example
Text Example
White with #A8BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEAF; }
p { color: rgb(168,190,175); }
H1.HeaderClassName
{
color: #A8BEAF;
}
.AnyTagClassName
{
color: #A8BEAF;
}
</style>
background-color css
<style>
a { background-color: #A8BEAF; }
a { background-color: rgb(168,190,175); }
div.DivClassName
{
background-color: #A8BEAF;
}
.BgClassName
{
background-color: #A8BEAF;
}
</style>
border-color css
<style>
span { border-color: #A8BEAF; }
span { border-color: rgb(168,190,175); }
td.TdClassName
{
border-color: #A8BEAF;
}
.TagClassName
{
border-color: #A8BEAF;
}
</style>