Shades of Rosy Brown #AF8585
Tints of Rosy Brown #AF8585
RGB
CMYK
RGB Variations
Color information
#AF8585 (or 0xAF8585) is known color: Rosy Brown. HEX triplet: AF, 85 and 85. RGB value is (175,133,133). Sum of RGB (Red+Green+Blue) = 175+133+133=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8585 is #507A7A. Grayscale: #919191. Windows color (decimal): -5274235 or 8750511. OLE color: 8750511.
HSL color Cylindrical-coordinate representation of color #AF8585: hue angle of 0º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF8585 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 133 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.31 |
| HSL | 0º | 0.21% | 0.6% | - |
| HSV(B) | 0º | 0.24% | 0.69% | - |
| XYZ | 30.3 | 27.58 | 25.92 | - |
| YUV | 145.56 | 120.91 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 133 | 0 | 0.24 | 0.24 | 0.31 | 0 | 0.21 | 0.6 |
| Hex | AF | 85 | 85 | 0 | 18 | 18 | 1F | 0 | 15 | 3C |
| Octal | 257 | 205 | 205 | 0 | 30 | 30 | 37 | 0 | 25 | 74 |
| Binary | 10101111 | 10000101 | 10000101 | 0 | 11000 | 11000 | 11111 | 0 | 10101 | 111100 |
Color Harmonies of #AF8585
Complementary color
Monochromatic Colors of #AF8585
Black with #AF8585
Text Example
Text Example
White with #AF8585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8585; }
p { color: rgb(175,133,133); }
H1.HeaderClassName
{
color: #AF8585;
}
.AnyTagClassName
{
color: #AF8585;
}
</style>
background-color css
<style>
a { background-color: #AF8585; }
a { background-color: rgb(175,133,133); }
div.DivClassName
{
background-color: #AF8585;
}
.BgClassName
{
background-color: #AF8585;
}
</style>
border-color css
<style>
span { border-color: #AF8585; }
span { border-color: rgb(175,133,133); }
td.TdClassName
{
border-color: #AF8585;
}
.TagClassName
{
border-color: #AF8585;
}
</style>