Shades of Rose Of Sharon #AF4828
Tints of Rose Of Sharon #AF4828
RGB
CMYK
RGB Variations
Color information
#AF4828 (or 0xAF4828) is known color: Rose Of Sharon. HEX triplet: AF, 48 and 28. RGB value is (175,72,40). Sum of RGB (Red+Green+Blue) = 175+72+40=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4828 is #50B7D7. Grayscale: #636363. Windows color (decimal): -5289944 or 2640047. OLE color: 2640047.
HSL color Cylindrical-coordinate representation of color #AF4828: hue angle of 14.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF4828 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 40 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.31 |
| HSL | 14.22º | 0.63% | 0.42% | - |
| HSV(B) | 14.22º | 0.77% | 0.69% | - |
| XYZ | 20.38 | 13.9 | 3.62 | - |
| YUV | 99.15 | 94.62 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 40 | 0 | 0.59 | 0.77 | 0.31 | 14.22 | 0.63 | 0.42 |
| Hex | AF | 48 | 28 | 0 | 3B | 4D | 1F | E | 3F | 2A |
| Octal | 257 | 110 | 50 | 0 | 73 | 115 | 37 | 16 | 77 | 52 |
| Binary | 10101111 | 1001000 | 101000 | 0 | 111011 | 1001101 | 11111 | 1110 | 111111 | 101010 |
Color Harmonies of #AF4828
Complementary color
Monochromatic Colors of #AF4828
Black with #AF4828
Text Example
Text Example
White with #AF4828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4828; }
p { color: rgb(175,72,40); }
H1.HeaderClassName
{
color: #AF4828;
}
.AnyTagClassName
{
color: #AF4828;
}
</style>
background-color css
<style>
a { background-color: #AF4828; }
a { background-color: rgb(175,72,40); }
div.DivClassName
{
background-color: #AF4828;
}
.BgClassName
{
background-color: #AF4828;
}
</style>
border-color css
<style>
span { border-color: #AF4828; }
span { border-color: rgb(175,72,40); }
td.TdClassName
{
border-color: #AF4828;
}
.TagClassName
{
border-color: #AF4828;
}
</style>