Shades of Rosy Brown #AF8D8D
Tints of Rosy Brown #AF8D8D
RGB
CMYK
RGB Variations
Color information
#AF8D8D (or 0xAF8D8D) is known color: Rosy Brown. HEX triplet: AF, 8D and 8D. RGB value is (175,141,141). Sum of RGB (Red+Green+Blue) = 175+141+141=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D8D is #507272. Grayscale: #979797. Windows color (decimal): -5272179 or 9276847. OLE color: 9276847.
HSL color Cylindrical-coordinate representation of color #AF8D8D: hue angle of 0º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF8D8D is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 141 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.31 |
| HSL | 0º | 0.18% | 0.62% | - |
| HSV(B) | 0º | 0.19% | 0.69% | - |
| XYZ | 32.01 | 30.09 | 29.32 | - |
| YUV | 151.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 141 | 0 | 0.19 | 0.19 | 0.31 | 0 | 0.18 | 0.62 |
| Hex | AF | 8D | 8D | 0 | 13 | 13 | 1F | 0 | 12 | 3E |
| Octal | 257 | 215 | 215 | 0 | 23 | 23 | 37 | 0 | 22 | 76 |
| Binary | 10101111 | 10001101 | 10001101 | 0 | 10011 | 10011 | 11111 | 0 | 10010 | 111110 |
Color Harmonies of #AF8D8D
Complementary color
Monochromatic Colors of #AF8D8D
Black with #AF8D8D
Text Example
Text Example
White with #AF8D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D8D; }
p { color: rgb(175,141,141); }
H1.HeaderClassName
{
color: #AF8D8D;
}
.AnyTagClassName
{
color: #AF8D8D;
}
</style>
background-color css
<style>
a { background-color: #AF8D8D; }
a { background-color: rgb(175,141,141); }
div.DivClassName
{
background-color: #AF8D8D;
}
.BgClassName
{
background-color: #AF8D8D;
}
</style>
border-color css
<style>
span { border-color: #AF8D8D; }
span { border-color: rgb(175,141,141); }
td.TdClassName
{
border-color: #AF8D8D;
}
.TagClassName
{
border-color: #AF8D8D;
}
</style>