Shades of Pine Glade #AFB673
Tints of Pine Glade #AFB673
RGB
CMYK
RGB Variations
Color information
#AFB673 (or 0xAFB673) is known color: Pine Glade. HEX triplet: AF, B6 and 73. RGB value is (175,182,115). Sum of RGB (Red+Green+Blue) = 175+182+115=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB673 is #50498C. Grayscale: #ACACAC. Windows color (decimal): -5261709 or 7583407. OLE color: 7583407.
HSL color Cylindrical-coordinate representation of color #AFB673: hue angle of 66.27º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFB673 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 182 | 115 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.29 |
| HSL | 66.27º | 0.31% | 0.58% | - |
| HSV(B) | 66.27º | 0.37% | 0.71% | - |
| XYZ | 37.5 | 43.81 | 22.7 | - |
| YUV | 172.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 115 | 0.04 | 0 | 0.37 | 0.29 | 66.27 | 0.31 | 0.58 |
| Hex | AF | B6 | 73 | 4 | 0 | 25 | 1D | 42 | 1F | 3A |
| Octal | 257 | 266 | 163 | 4 | 0 | 45 | 35 | 102 | 37 | 72 |
| Binary | 10101111 | 10110110 | 1110011 | 100 | 0 | 100101 | 11101 | 1000010 | 11111 | 111010 |
Color Harmonies of #AFB673
Complementary color
Monochromatic Colors of #AFB673
Black with #AFB673
Text Example
Text Example
White with #AFB673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB673; }
p { color: rgb(175,182,115); }
H1.HeaderClassName
{
color: #AFB673;
}
.AnyTagClassName
{
color: #AFB673;
}
</style>
background-color css
<style>
a { background-color: #AFB673; }
a { background-color: rgb(175,182,115); }
div.DivClassName
{
background-color: #AFB673;
}
.BgClassName
{
background-color: #AFB673;
}
</style>
border-color css
<style>
span { border-color: #AFB673; }
span { border-color: rgb(175,182,115); }
td.TdClassName
{
border-color: #AFB673;
}
.TagClassName
{
border-color: #AFB673;
}
</style>