Shades of Loblolly #A5BDAF
Tints of Loblolly #A5BDAF
RGB
CMYK
RGB Variations
Color information
#A5BDAF (or 0xA5BDAF) is known color: Loblolly. HEX triplet: A5, BD and AF. RGB value is (165,189,175). Sum of RGB (Red+Green+Blue) = 165+189+175=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BDAF is #5A4250. Grayscale: #B4B4B4. Windows color (decimal): -5915217 or 11517349. OLE color: 11517349.
HSL color Cylindrical-coordinate representation of color #A5BDAF: hue angle of 145º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5BDAF is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 175 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.26 |
| HSL | 145º | 0.15% | 0.69% | - |
| HSV(B) | 145º | 0.13% | 0.74% | - |
| XYZ | 41.45 | 47.49 | 47.54 | - |
| YUV | 180.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 175 | 0.13 | 0 | 0.07 | 0.26 | 145 | 0.15 | 0.69 |
| Hex | A5 | BD | AF | D | 0 | 7 | 1A | 91 | F | 45 |
| Octal | 245 | 275 | 257 | 15 | 0 | 7 | 32 | 221 | 17 | 105 |
| Binary | 10100101 | 10111101 | 10101111 | 1101 | 0 | 111 | 11010 | 10010001 | 1111 | 1000101 |
Color Harmonies of #A5BDAF
Complementary color
Monochromatic Colors of #A5BDAF
Black with #A5BDAF
Text Example
Text Example
White with #A5BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BDAF; }
p { color: rgb(165,189,175); }
H1.HeaderClassName
{
color: #A5BDAF;
}
.AnyTagClassName
{
color: #A5BDAF;
}
</style>
background-color css
<style>
a { background-color: #A5BDAF; }
a { background-color: rgb(165,189,175); }
div.DivClassName
{
background-color: #A5BDAF;
}
.BgClassName
{
background-color: #A5BDAF;
}
</style>
border-color css
<style>
span { border-color: #A5BDAF; }
span { border-color: rgb(165,189,175); }
td.TdClassName
{
border-color: #A5BDAF;
}
.TagClassName
{
border-color: #A5BDAF;
}
</style>