Shades of Loblolly #AFBAB4
Tints of Loblolly #AFBAB4
RGB
CMYK
RGB Variations
Color information
#AFBAB4 (or 0xAFBAB4) is known color: Loblolly. HEX triplet: AF, BA and B4. RGB value is (175,186,180). Sum of RGB (Red+Green+Blue) = 175+186+180=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAB4 is #50454B. Grayscale: #B6B6B6. Windows color (decimal): -5260620 or 11844271. OLE color: 11844271.
HSL color Cylindrical-coordinate representation of color #AFBAB4: hue angle of 147.27º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFBAB4 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 175 | 186 | 180 | - |
CMYK | 0.06 | 0 | 0.03 | 0.27 |
HSL | 147.27º | 0.07% | 0.71% | - |
HSV(B) | 147.27º | 0.06% | 0.73% | - |
XYZ | 43.48 | 47.53 | 50.06 | - |
YUV | 182.03 | 126.86 | 122.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 186 | 180 | 0.06 | 0 | 0.03 | 0.27 | 147.27 | 0.07 | 0.71 |
Hex | AF | BA | B4 | 6 | 0 | 3 | 1B | 93 | 7 | 47 |
Octal | 257 | 272 | 264 | 6 | 0 | 3 | 33 | 223 | 7 | 107 |
Binary | 10101111 | 10111010 | 10110100 | 110 | 0 | 11 | 11011 | 10010011 | 111 | 1000111 |
Color Harmonies of #AFBAB4
Complementary color
Monochromatic Colors of #AFBAB4
Black with #AFBAB4
Text Example
Text Example
White with #AFBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBAB4; }
p { color: rgb(175,186,180); }
H1.HeaderClassName
{
color: #AFBAB4;
}
.AnyTagClassName
{
color: #AFBAB4;
}
</style>
background-color css
<style>
a { background-color: #AFBAB4; }
a { background-color: rgb(175,186,180); }
div.DivClassName
{
background-color: #AFBAB4;
}
.BgClassName
{
background-color: #AFBAB4;
}
</style>
border-color css
<style>
span { border-color: #AFBAB4; }
span { border-color: rgb(175,186,180); }
td.TdClassName
{
border-color: #AFBAB4;
}
.TagClassName
{
border-color: #AFBAB4;
}
</style>