Shades of Old Rose #AF3543
Tints of Old Rose #AF3543
RGB
CMYK
RGB Variations
Color information
#AF3543 (or 0xAF3543) is known color: Old Rose. HEX triplet: AF, 35 and 43. RGB value is (175,53,67). Sum of RGB (Red+Green+Blue) = 175+53+67=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3543 is #50CABC. Grayscale: #5B5B5B. Windows color (decimal): -5294781 or 4404655. OLE color: 4404655.
HSL color Cylindrical-coordinate representation of color #AF3543: hue angle of 353.11º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3543 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 67 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.31 |
| HSL | 353.11º | 0.54% | 0.45% | - |
| HSV(B) | 353.11º | 0.7% | 0.69% | - |
| XYZ | 19.97 | 12.07 | 6.59 | - |
| YUV | 91.07 | 114.42 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 67 | 0 | 0.70 | 0.62 | 0.31 | 353.11 | 0.54 | 0.45 |
| Hex | AF | 35 | 43 | 0 | 46 | 3E | 1F | 161 | 36 | 2D |
| Octal | 257 | 65 | 103 | 0 | 106 | 76 | 37 | 541 | 66 | 55 |
| Binary | 10101111 | 110101 | 1000011 | 0 | 1000110 | 111110 | 11111 | 101100001 | 110110 | 101101 |
Color Harmonies of #AF3543
Complementary color
Monochromatic Colors of #AF3543
Black with #AF3543
Text Example
Text Example
White with #AF3543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3543; }
p { color: rgb(175,53,67); }
H1.HeaderClassName
{
color: #AF3543;
}
.AnyTagClassName
{
color: #AF3543;
}
</style>
background-color css
<style>
a { background-color: #AF3543; }
a { background-color: rgb(175,53,67); }
div.DivClassName
{
background-color: #AF3543;
}
.BgClassName
{
background-color: #AF3543;
}
</style>
border-color css
<style>
span { border-color: #AF3543; }
span { border-color: rgb(175,53,67); }
td.TdClassName
{
border-color: #AF3543;
}
.TagClassName
{
border-color: #AF3543;
}
</style>