Shades of Loblolly #A6C2B3
Tints of Loblolly #A6C2B3
RGB
CMYK
RGB Variations
Color information
#A6C2B3 (or 0xA6C2B3) is known color: Loblolly. HEX triplet: A6, C2 and B3. RGB value is (166,194,179). Sum of RGB (Red+Green+Blue) = 166+194+179=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2B3 is #593D4C. Grayscale: #B7B7B7. Windows color (decimal): -5848397 or 11780774. OLE color: 11780774.
HSL color Cylindrical-coordinate representation of color #A6C2B3: hue angle of 147.86º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C2B3 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 179 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.24 |
| HSL | 147.86º | 0.19% | 0.71% | - |
| HSV(B) | 147.86º | 0.14% | 0.76% | - |
| XYZ | 43.15 | 49.95 | 50.01 | - |
| YUV | 183.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 179 | 0.14 | 0 | 0.08 | 0.24 | 147.86 | 0.19 | 0.71 |
| Hex | A6 | C2 | B3 | E | 0 | 8 | 18 | 94 | 13 | 47 |
| Octal | 246 | 302 | 263 | 16 | 0 | 10 | 30 | 224 | 23 | 107 |
| Binary | 10100110 | 11000010 | 10110011 | 1110 | 0 | 1000 | 11000 | 10010100 | 10011 | 1000111 |
Color Harmonies of #A6C2B3
Complementary color
Monochromatic Colors of #A6C2B3
Black with #A6C2B3
Text Example
Text Example
White with #A6C2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C2B3; }
p { color: rgb(166,194,179); }
H1.HeaderClassName
{
color: #A6C2B3;
}
.AnyTagClassName
{
color: #A6C2B3;
}
</style>
background-color css
<style>
a { background-color: #A6C2B3; }
a { background-color: rgb(166,194,179); }
div.DivClassName
{
background-color: #A6C2B3;
}
.BgClassName
{
background-color: #A6C2B3;
}
</style>
border-color css
<style>
span { border-color: #A6C2B3; }
span { border-color: rgb(166,194,179); }
td.TdClassName
{
border-color: #A6C2B3;
}
.TagClassName
{
border-color: #A6C2B3;
}
</style>