Shades of Loblolly #AABDB3
Tints of Loblolly #AABDB3
RGB
CMYK
RGB Variations
Color information
#AABDB3 (or 0xAABDB3) is known color: Loblolly. HEX triplet: AA, BD and B3. RGB value is (170,189,179). Sum of RGB (Red+Green+Blue) = 170+189+179=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDB3 is #55424C. Grayscale: #B6B6B6. Windows color (decimal): -5587533 or 11779498. OLE color: 11779498.
HSL color Cylindrical-coordinate representation of color #AABDB3: hue angle of 148.42º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABDB3 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 170 | 189 | 179 | - |
CMYK | 0.10 | 0 | 0.05 | 0.26 |
HSL | 148.42º | 0.13% | 0.7% | - |
HSV(B) | 148.42º | 0.1% | 0.74% | - |
XYZ | 42.91 | 48.2 | 49.69 | - |
YUV | 182.18 | 126.21 | 119.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 189 | 179 | 0.10 | 0 | 0.05 | 0.26 | 148.42 | 0.13 | 0.7 |
Hex | AA | BD | B3 | A | 0 | 5 | 1A | 94 | D | 46 |
Octal | 252 | 275 | 263 | 12 | 0 | 5 | 32 | 224 | 15 | 106 |
Binary | 10101010 | 10111101 | 10110011 | 1010 | 0 | 101 | 11010 | 10010100 | 1101 | 1000110 |
Color Harmonies of #AABDB3
Complementary color
Monochromatic Colors of #AABDB3
Black with #AABDB3
Text Example
Text Example
White with #AABDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDB3; }
p { color: rgb(170,189,179); }
H1.HeaderClassName
{
color: #AABDB3;
}
.AnyTagClassName
{
color: #AABDB3;
}
</style>
background-color css
<style>
a { background-color: #AABDB3; }
a { background-color: rgb(170,189,179); }
div.DivClassName
{
background-color: #AABDB3;
}
.BgClassName
{
background-color: #AABDB3;
}
</style>
border-color css
<style>
span { border-color: #AABDB3; }
span { border-color: rgb(170,189,179); }
td.TdClassName
{
border-color: #AABDB3;
}
.TagClassName
{
border-color: #AABDB3;
}
</style>