Shades of Old Rose #AF334C
Tints of Old Rose #AF334C
RGB
CMYK
RGB Variations
Color information
#AF334C (or 0xAF334C) is known color: Old Rose. HEX triplet: AF, 33 and 4C. RGB value is (175,51,76). Sum of RGB (Red+Green+Blue) = 175+51+76=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF334C is #50CCB3. Grayscale: #5A5A5A. Windows color (decimal): -5295284 or 4993967. OLE color: 4993967.
HSL color Cylindrical-coordinate representation of color #AF334C: hue angle of 347.9º 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 #AF334C is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 76 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.31 |
| HSL | 347.9º | 0.55% | 0.44% | - |
| HSV(B) | 347.9º | 0.71% | 0.69% | - |
| XYZ | 20.17 | 12 | 8.09 | - |
| YUV | 90.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 76 | 0 | 0.71 | 0.57 | 0.31 | 347.9 | 0.55 | 0.44 |
| Hex | AF | 33 | 4C | 0 | 47 | 39 | 1F | 15C | 37 | 2C |
| Octal | 257 | 63 | 114 | 0 | 107 | 71 | 37 | 534 | 67 | 54 |
| Binary | 10101111 | 110011 | 1001100 | 0 | 1000111 | 111001 | 11111 | 101011100 | 110111 | 101100 |
Color Harmonies of #AF334C
Complementary color
Monochromatic Colors of #AF334C
Black with #AF334C
Text Example
Text Example
White with #AF334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF334C; }
p { color: rgb(175,51,76); }
H1.HeaderClassName
{
color: #AF334C;
}
.AnyTagClassName
{
color: #AF334C;
}
</style>
background-color css
<style>
a { background-color: #AF334C; }
a { background-color: rgb(175,51,76); }
div.DivClassName
{
background-color: #AF334C;
}
.BgClassName
{
background-color: #AF334C;
}
</style>
border-color css
<style>
span { border-color: #AF334C; }
span { border-color: rgb(175,51,76); }
td.TdClassName
{
border-color: #AF334C;
}
.TagClassName
{
border-color: #AF334C;
}
</style>