Shades of Pine Glade #AFB773
Tints of Pine Glade #AFB773
RGB
CMYK
RGB Variations
Color information
#AFB773 (or 0xAFB773) is known color: Pine Glade. HEX triplet: AF, B7 and 73. RGB value is (175,183,115). Sum of RGB (Red+Green+Blue) = 175+183+115=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB773 is #50488C. Grayscale: #ADADAD. Windows color (decimal): -5261453 or 7583663. OLE color: 7583663.
HSL color Cylindrical-coordinate representation of color #AFB773: hue angle of 67.06º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFB773 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 115 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.28 |
| HSL | 67.06º | 0.32% | 0.58% | - |
| HSV(B) | 67.06º | 0.37% | 0.72% | - |
| XYZ | 37.71 | 44.22 | 22.77 | - |
| YUV | 172.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 115 | 0.04 | 0 | 0.37 | 0.28 | 67.06 | 0.32 | 0.58 |
| Hex | AF | B7 | 73 | 4 | 0 | 25 | 1C | 43 | 20 | 3A |
| Octal | 257 | 267 | 163 | 4 | 0 | 45 | 34 | 103 | 40 | 72 |
| Binary | 10101111 | 10110111 | 1110011 | 100 | 0 | 100101 | 11100 | 1000011 | 100000 | 111010 |
Color Harmonies of #AFB773
Complementary color
Monochromatic Colors of #AFB773
Black with #AFB773
Text Example
Text Example
White with #AFB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB773; }
p { color: rgb(175,183,115); }
H1.HeaderClassName
{
color: #AFB773;
}
.AnyTagClassName
{
color: #AFB773;
}
</style>
background-color css
<style>
a { background-color: #AFB773; }
a { background-color: rgb(175,183,115); }
div.DivClassName
{
background-color: #AFB773;
}
.BgClassName
{
background-color: #AFB773;
}
</style>
border-color css
<style>
span { border-color: #AFB773; }
span { border-color: rgb(175,183,115); }
td.TdClassName
{
border-color: #AFB773;
}
.TagClassName
{
border-color: #AFB773;
}
</style>