Shades of Rose Of Sharon #AF5225
Tints of Rose Of Sharon #AF5225
RGB
CMYK
RGB Variations
Color information
#AF5225 (or 0xAF5225) is known color: Rose Of Sharon. HEX triplet: AF, 52 and 25. RGB value is (175,82,37). Sum of RGB (Red+Green+Blue) = 175+82+37=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5225 is #50ADDA. Grayscale: #686868. Windows color (decimal): -5287387 or 2445999. OLE color: 2445999.
HSL color Cylindrical-coordinate representation of color #AF5225: hue angle of 19.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF5225 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 37 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.31 |
| HSL | 19.57º | 0.65% | 0.42% | - |
| HSV(B) | 19.57º | 0.79% | 0.69% | - |
| XYZ | 21.03 | 15.28 | 3.59 | - |
| YUV | 104.68 | 89.81 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 37 | 0 | 0.53 | 0.79 | 0.31 | 19.57 | 0.65 | 0.42 |
| Hex | AF | 52 | 25 | 0 | 35 | 4F | 1F | 14 | 41 | 2A |
| Octal | 257 | 122 | 45 | 0 | 65 | 117 | 37 | 24 | 101 | 52 |
| Binary | 10101111 | 1010010 | 100101 | 0 | 110101 | 1001111 | 11111 | 10100 | 1000001 | 101010 |
Color Harmonies of #AF5225
Complementary color
Monochromatic Colors of #AF5225
Black with #AF5225
Text Example
Text Example
White with #AF5225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5225; }
p { color: rgb(175,82,37); }
H1.HeaderClassName
{
color: #AF5225;
}
.AnyTagClassName
{
color: #AF5225;
}
</style>
background-color css
<style>
a { background-color: #AF5225; }
a { background-color: rgb(175,82,37); }
div.DivClassName
{
background-color: #AF5225;
}
.BgClassName
{
background-color: #AF5225;
}
</style>
border-color css
<style>
span { border-color: #AF5225; }
span { border-color: rgb(175,82,37); }
td.TdClassName
{
border-color: #AF5225;
}
.TagClassName
{
border-color: #AF5225;
}
</style>