Shades of Pavlova #AFA389
Tints of Pavlova #AFA389
RGB
CMYK
RGB Variations
Color information
#AFA389 (or 0xAFA389) is known color: Pavlova. HEX triplet: AF, A3 and 89. RGB value is (175,163,137). Sum of RGB (Red+Green+Blue) = 175+163+137=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA389 is #505C76. Grayscale: #A3A3A3. Windows color (decimal): -5266551 or 9020335. OLE color: 9020335.
HSL color Cylindrical-coordinate representation of color #AFA389: hue angle of 41.05º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFA389 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 137 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.31 |
| HSL | 41.05º | 0.19% | 0.61% | - |
| HSV(B) | 41.05º | 0.22% | 0.69% | - |
| XYZ | 35.29 | 37.11 | 28.97 | - |
| YUV | 163.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 137 | 0 | 0.07 | 0.22 | 0.31 | 41.05 | 0.19 | 0.61 |
| Hex | AF | A3 | 89 | 0 | 7 | 16 | 1F | 29 | 13 | 3D |
| Octal | 257 | 243 | 211 | 0 | 7 | 26 | 37 | 51 | 23 | 75 |
| Binary | 10101111 | 10100011 | 10001001 | 0 | 111 | 10110 | 11111 | 101001 | 10011 | 111101 |
Color Harmonies of #AFA389
Complementary color
Monochromatic Colors of #AFA389
Black with #AFA389
Text Example
Text Example
White with #AFA389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA389; }
p { color: rgb(175,163,137); }
H1.HeaderClassName
{
color: #AFA389;
}
.AnyTagClassName
{
color: #AFA389;
}
</style>
background-color css
<style>
a { background-color: #AFA389; }
a { background-color: rgb(175,163,137); }
div.DivClassName
{
background-color: #AFA389;
}
.BgClassName
{
background-color: #AFA389;
}
</style>
border-color css
<style>
span { border-color: #AFA389; }
span { border-color: rgb(175,163,137); }
td.TdClassName
{
border-color: #AFA389;
}
.TagClassName
{
border-color: #AFA389;
}
</style>