Shades of Loblolly #A8C0B4
Tints of Loblolly #A8C0B4
RGB
CMYK
RGB Variations
Color information
#A8C0B4 (or 0xA8C0B4) is known color: Loblolly. HEX triplet: A8, C0 and B4. RGB value is (168,192,180). Sum of RGB (Red+Green+Blue) = 168+192+180=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C0B4 is #573F4B. Grayscale: #B7B7B7. Windows color (decimal): -5717836 or 11845800. OLE color: 11845800.
HSL color Cylindrical-coordinate representation of color #A8C0B4: hue angle of 150º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8C0B4 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 192 | 180 | - |
CMYK | 0.12 | 0 | 0.06 | 0.25 |
HSL | 150º | 0.16% | 0.71% | - |
HSV(B) | 150º | 0.13% | 0.75% | - |
XYZ | 43.24 | 49.32 | 50.42 | - |
YUV | 183.46 | 126.05 | 116.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 192 | 180 | 0.12 | 0 | 0.06 | 0.25 | 150 | 0.16 | 0.71 |
Hex | A8 | C0 | B4 | C | 0 | 6 | 19 | 96 | 10 | 47 |
Octal | 250 | 300 | 264 | 14 | 0 | 6 | 31 | 226 | 20 | 107 |
Binary | 10101000 | 11000000 | 10110100 | 1100 | 0 | 110 | 11001 | 10010110 | 10000 | 1000111 |
Color Harmonies of #A8C0B4
Complementary color
Monochromatic Colors of #A8C0B4
Black with #A8C0B4
Text Example
Text Example
White with #A8C0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C0B4; }
p { color: rgb(168,192,180); }
H1.HeaderClassName
{
color: #A8C0B4;
}
.AnyTagClassName
{
color: #A8C0B4;
}
</style>
background-color css
<style>
a { background-color: #A8C0B4; }
a { background-color: rgb(168,192,180); }
div.DivClassName
{
background-color: #A8C0B4;
}
.BgClassName
{
background-color: #A8C0B4;
}
</style>
border-color css
<style>
span { border-color: #A8C0B4; }
span { border-color: rgb(168,192,180); }
td.TdClassName
{
border-color: #A8C0B4;
}
.TagClassName
{
border-color: #A8C0B4;
}
</style>