Shades of Old Rose #AF334A
Tints of Old Rose #AF334A
RGB
CMYK
RGB Variations
Color information
#AF334A (or 0xAF334A) is known color: Old Rose. HEX triplet: AF, 33 and 4A. RGB value is (175,51,74). Sum of RGB (Red+Green+Blue) = 175+51+74=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF334A is #50CCB5. Grayscale: #5A5A5A. Windows color (decimal): -5295286 or 4862895. OLE color: 4862895.
HSL color Cylindrical-coordinate representation of color #AF334A: hue angle of 348.87º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF334A is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 74 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.31 |
| HSL | 348.87º | 0.55% | 0.44% | - |
| HSV(B) | 348.87º | 0.71% | 0.69% | - |
| XYZ | 20.1 | 11.98 | 7.73 | - |
| YUV | 90.7 | 118.58 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 74 | 0 | 0.71 | 0.58 | 0.31 | 348.87 | 0.55 | 0.44 |
| Hex | AF | 33 | 4A | 0 | 47 | 3A | 1F | 15D | 37 | 2C |
| Octal | 257 | 63 | 112 | 0 | 107 | 72 | 37 | 535 | 67 | 54 |
| Binary | 10101111 | 110011 | 1001010 | 0 | 1000111 | 111010 | 11111 | 101011101 | 110111 | 101100 |
Color Harmonies of #AF334A
Complementary color
Monochromatic Colors of #AF334A
Black with #AF334A
Text Example
Text Example
White with #AF334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF334A; }
p { color: rgb(175,51,74); }
H1.HeaderClassName
{
color: #AF334A;
}
.AnyTagClassName
{
color: #AF334A;
}
</style>
background-color css
<style>
a { background-color: #AF334A; }
a { background-color: rgb(175,51,74); }
div.DivClassName
{
background-color: #AF334A;
}
.BgClassName
{
background-color: #AF334A;
}
</style>
border-color css
<style>
span { border-color: #AF334A; }
span { border-color: rgb(175,51,74); }
td.TdClassName
{
border-color: #AF334A;
}
.TagClassName
{
border-color: #AF334A;
}
</style>