Shades of Rose Of Sharon #AF472A
Tints of Rose Of Sharon #AF472A
RGB
CMYK
RGB Variations
Color information
#AF472A (or 0xAF472A) is known color: Rose Of Sharon. HEX triplet: AF, 47 and 2A. RGB value is (175,71,42). Sum of RGB (Red+Green+Blue) = 175+71+42=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF472A is #50B8D5. Grayscale: #636363. Windows color (decimal): -5290198 or 2770863. OLE color: 2770863.
HSL color Cylindrical-coordinate representation of color #AF472A: hue angle of 13.08º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF472A is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 42 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.31 |
| HSL | 13.08º | 0.61% | 0.43% | - |
| HSV(B) | 13.08º | 0.76% | 0.69% | - |
| XYZ | 20.35 | 13.79 | 3.78 | - |
| YUV | 98.79 | 95.96 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 42 | 0 | 0.59 | 0.76 | 0.31 | 13.08 | 0.61 | 0.43 |
| Hex | AF | 47 | 2A | 0 | 3B | 4C | 1F | D | 3D | 2B |
| Octal | 257 | 107 | 52 | 0 | 73 | 114 | 37 | 15 | 75 | 53 |
| Binary | 10101111 | 1000111 | 101010 | 0 | 111011 | 1001100 | 11111 | 1101 | 111101 | 101011 |
Color Harmonies of #AF472A
Complementary color
Monochromatic Colors of #AF472A
Black with #AF472A
Text Example
Text Example
White with #AF472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF472A; }
p { color: rgb(175,71,42); }
H1.HeaderClassName
{
color: #AF472A;
}
.AnyTagClassName
{
color: #AF472A;
}
</style>
background-color css
<style>
a { background-color: #AF472A; }
a { background-color: rgb(175,71,42); }
div.DivClassName
{
background-color: #AF472A;
}
.BgClassName
{
background-color: #AF472A;
}
</style>
border-color css
<style>
span { border-color: #AF472A; }
span { border-color: rgb(175,71,42); }
td.TdClassName
{
border-color: #AF472A;
}
.TagClassName
{
border-color: #AF472A;
}
</style>