Shades of Loblolly #A4BFAF
Tints of Loblolly #A4BFAF
RGB
CMYK
RGB Variations
Color information
#A4BFAF (or 0xA4BFAF) is known color: Loblolly. HEX triplet: A4, BF and AF. RGB value is (164,191,175). Sum of RGB (Red+Green+Blue) = 164+191+175=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BFAF is #5B4050. Grayscale: #B5B5B5. Windows color (decimal): -5980241 or 11517860. OLE color: 11517860.
HSL color Cylindrical-coordinate representation of color #A4BFAF: hue angle of 144.44º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4BFAF is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 191 | 175 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.25 |
| HSL | 144.44º | 0.17% | 0.7% | - |
| HSV(B) | 144.44º | 0.14% | 0.75% | - |
| XYZ | 41.68 | 48.25 | 47.67 | - |
| YUV | 181.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 191 | 175 | 0.14 | 0 | 0.08 | 0.25 | 144.44 | 0.17 | 0.7 |
| Hex | A4 | BF | AF | E | 0 | 8 | 19 | 90 | 11 | 46 |
| Octal | 244 | 277 | 257 | 16 | 0 | 10 | 31 | 220 | 21 | 106 |
| Binary | 10100100 | 10111111 | 10101111 | 1110 | 0 | 1000 | 11001 | 10010000 | 10001 | 1000110 |
Color Harmonies of #A4BFAF
Complementary color
Monochromatic Colors of #A4BFAF
Black with #A4BFAF
Text Example
Text Example
White with #A4BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BFAF; }
p { color: rgb(164,191,175); }
H1.HeaderClassName
{
color: #A4BFAF;
}
.AnyTagClassName
{
color: #A4BFAF;
}
</style>
background-color css
<style>
a { background-color: #A4BFAF; }
a { background-color: rgb(164,191,175); }
div.DivClassName
{
background-color: #A4BFAF;
}
.BgClassName
{
background-color: #A4BFAF;
}
</style>
border-color css
<style>
span { border-color: #A4BFAF; }
span { border-color: rgb(164,191,175); }
td.TdClassName
{
border-color: #A4BFAF;
}
.TagClassName
{
border-color: #A4BFAF;
}
</style>