Shades of Gum Leaf #AFBAB2
Tints of Gum Leaf #AFBAB2
RGB
CMYK
RGB Variations
Color information
#AFBAB2 (or 0xAFBAB2) is known color: Gum Leaf. HEX triplet: AF, BA and B2. RGB value is (175,186,178). Sum of RGB (Red+Green+Blue) = 175+186+178=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAB2 is #50454D. Grayscale: #B5B5B5. Windows color (decimal): -5260622 or 11713199. OLE color: 11713199.
HSL color Cylindrical-coordinate representation of color #AFBAB2: hue angle of 136.36º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFBAB2 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
RGB | 175 | 186 | 178 | - |
CMYK | 0.06 | 0 | 0.04 | 0.27 |
HSL | 136.36º | 0.07% | 0.71% | - |
HSV(B) | 136.36º | 0.06% | 0.73% | - |
XYZ | 43.27 | 47.45 | 49 | - |
YUV | 181.8 | 125.86 | 123.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 186 | 178 | 0.06 | 0 | 0.04 | 0.27 | 136.36 | 0.07 | 0.71 |
Hex | AF | BA | B2 | 6 | 0 | 4 | 1B | 88 | 7 | 47 |
Octal | 257 | 272 | 262 | 6 | 0 | 4 | 33 | 210 | 7 | 107 |
Binary | 10101111 | 10111010 | 10110010 | 110 | 0 | 100 | 11011 | 10001000 | 111 | 1000111 |
Color Harmonies of #AFBAB2
Complementary color
Monochromatic Colors of #AFBAB2
Black with #AFBAB2
Text Example
Text Example
White with #AFBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBAB2; }
p { color: rgb(175,186,178); }
H1.HeaderClassName
{
color: #AFBAB2;
}
.AnyTagClassName
{
color: #AFBAB2;
}
</style>
background-color css
<style>
a { background-color: #AFBAB2; }
a { background-color: rgb(175,186,178); }
div.DivClassName
{
background-color: #AFBAB2;
}
.BgClassName
{
background-color: #AFBAB2;
}
</style>
border-color css
<style>
span { border-color: #AFBAB2; }
span { border-color: rgb(175,186,178); }
td.TdClassName
{
border-color: #AFBAB2;
}
.TagClassName
{
border-color: #AFBAB2;
}
</style>