Shades of Pavlova #AFA286
Tints of Pavlova #AFA286
RGB
CMYK
RGB Variations
Color information
#AFA286 (or 0xAFA286) is known color: Pavlova. HEX triplet: AF, A2 and 86. RGB value is (175,162,134). Sum of RGB (Red+Green+Blue) = 175+162+134=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA286 is #505D79. Grayscale: #A2A2A2. Windows color (decimal): -5266810 or 8823471. OLE color: 8823471.
HSL color Cylindrical-coordinate representation of color #AFA286: hue angle of 40.98º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFA286 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 134 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.31 |
| HSL | 40.98º | 0.2% | 0.61% | - |
| HSV(B) | 40.98º | 0.23% | 0.69% | - |
| XYZ | 34.9 | 36.68 | 27.79 | - |
| YUV | 162.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 134 | 0 | 0.07 | 0.23 | 0.31 | 40.98 | 0.2 | 0.61 |
| Hex | AF | A2 | 86 | 0 | 7 | 17 | 1F | 29 | 14 | 3D |
| Octal | 257 | 242 | 206 | 0 | 7 | 27 | 37 | 51 | 24 | 75 |
| Binary | 10101111 | 10100010 | 10000110 | 0 | 111 | 10111 | 11111 | 101001 | 10100 | 111101 |
Color Harmonies of #AFA286
Complementary color
Monochromatic Colors of #AFA286
Black with #AFA286
Text Example
Text Example
White with #AFA286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA286; }
p { color: rgb(175,162,134); }
H1.HeaderClassName
{
color: #AFA286;
}
.AnyTagClassName
{
color: #AFA286;
}
</style>
background-color css
<style>
a { background-color: #AFA286; }
a { background-color: rgb(175,162,134); }
div.DivClassName
{
background-color: #AFA286;
}
.BgClassName
{
background-color: #AFA286;
}
</style>
border-color css
<style>
span { border-color: #AFA286; }
span { border-color: rgb(175,162,134); }
td.TdClassName
{
border-color: #AFA286;
}
.TagClassName
{
border-color: #AFA286;
}
</style>