Shades of Loblolly #AFB5B2
Tints of Loblolly #AFB5B2
RGB
CMYK
RGB Variations
Color information
#AFB5B2 (or 0xAFB5B2) is known color: Loblolly. HEX triplet: AF, B5 and B2. RGB value is (175,181,178). Sum of RGB (Red+Green+Blue) = 175+181+178=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB5B2 is #504A4D. Grayscale: #B2B2B2. Windows color (decimal): -5261902 or 11711919. OLE color: 11711919.
HSL color Cylindrical-coordinate representation of color #AFB5B2: hue angle of 150º degrees, saturation: 0.04, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFB5B2 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 181 | 178 | - |
CMYK | 0.03 | 0 | 0.02 | 0.29 |
HSL | 150º | 0.04% | 0.7% | - |
HSV(B) | 150º | 0.03% | 0.71% | - |
XYZ | 42.24 | 45.38 | 48.65 | - |
YUV | 178.86 | 127.51 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 181 | 178 | 0.03 | 0 | 0.02 | 0.29 | 150 | 0.04 | 0.7 |
Hex | AF | B5 | B2 | 3 | 0 | 2 | 1D | 96 | 4 | 46 |
Octal | 257 | 265 | 262 | 3 | 0 | 2 | 35 | 226 | 4 | 106 |
Binary | 10101111 | 10110101 | 10110010 | 11 | 0 | 10 | 11101 | 10010110 | 100 | 1000110 |
Color Harmonies of #AFB5B2
Complementary color
Monochromatic Colors of #AFB5B2
Black with #AFB5B2
Text Example
Text Example
White with #AFB5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB5B2; }
p { color: rgb(175,181,178); }
H1.HeaderClassName
{
color: #AFB5B2;
}
.AnyTagClassName
{
color: #AFB5B2;
}
</style>
background-color css
<style>
a { background-color: #AFB5B2; }
a { background-color: rgb(175,181,178); }
div.DivClassName
{
background-color: #AFB5B2;
}
.BgClassName
{
background-color: #AFB5B2;
}
</style>
border-color css
<style>
span { border-color: #AFB5B2; }
span { border-color: rgb(175,181,178); }
td.TdClassName
{
border-color: #AFB5B2;
}
.TagClassName
{
border-color: #AFB5B2;
}
</style>