Shades of Loblolly #A8B5AD
Tints of Loblolly #A8B5AD
RGB
CMYK
RGB Variations
Color information
#A8B5AD (or 0xA8B5AD) is known color: Loblolly. HEX triplet: A8, B5 and AD. RGB value is (168,181,173). Sum of RGB (Red+Green+Blue) = 168+181+173=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B5AD is #574A52. Grayscale: #B0B0B0. Windows color (decimal): -5720659 or 11384232. OLE color: 11384232.
HSL color Cylindrical-coordinate representation of color #A8B5AD: hue angle of 143.08º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8B5AD is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
RGB | 168 | 181 | 173 | - |
CMYK | 0.07 | 0 | 0.04 | 0.29 |
HSL | 143.08º | 0.08% | 0.68% | - |
HSV(B) | 143.08º | 0.07% | 0.71% | - |
XYZ | 40.22 | 44.39 | 45.98 | - |
YUV | 176.2 | 126.19 | 122.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 181 | 173 | 0.07 | 0 | 0.04 | 0.29 | 143.08 | 0.08 | 0.68 |
Hex | A8 | B5 | AD | 7 | 0 | 4 | 1D | 8F | 8 | 44 |
Octal | 250 | 265 | 255 | 7 | 0 | 4 | 35 | 217 | 10 | 104 |
Binary | 10101000 | 10110101 | 10101101 | 111 | 0 | 100 | 11101 | 10001111 | 1000 | 1000100 |
Color Harmonies of #A8B5AD
Complementary color
Monochromatic Colors of #A8B5AD
Black with #A8B5AD
Text Example
Text Example
White with #A8B5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B5AD; }
p { color: rgb(168,181,173); }
H1.HeaderClassName
{
color: #A8B5AD;
}
.AnyTagClassName
{
color: #A8B5AD;
}
</style>
background-color css
<style>
a { background-color: #A8B5AD; }
a { background-color: rgb(168,181,173); }
div.DivClassName
{
background-color: #A8B5AD;
}
.BgClassName
{
background-color: #A8B5AD;
}
</style>
border-color css
<style>
span { border-color: #A8B5AD; }
span { border-color: rgb(168,181,173); }
td.TdClassName
{
border-color: #A8B5AD;
}
.TagClassName
{
border-color: #A8B5AD;
}
</style>