Shades of Rose Of Sharon #AF5526
Tints of Rose Of Sharon #AF5526
RGB
CMYK
RGB Variations
Color information
#AF5526 (or 0xAF5526) is known color: Rose Of Sharon. HEX triplet: AF, 55 and 26. RGB value is (175,85,38). Sum of RGB (Red+Green+Blue) = 175+85+38=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5526 is #50AAD9. Grayscale: #6A6A6A. Windows color (decimal): -5286618 or 2512303. OLE color: 2512303.
HSL color Cylindrical-coordinate representation of color #AF5526: hue angle of 20.58º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF5526 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 38 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.31 |
| HSL | 20.58º | 0.64% | 0.42% | - |
| HSV(B) | 20.58º | 0.78% | 0.69% | - |
| XYZ | 21.28 | 15.75 | 3.75 | - |
| YUV | 106.55 | 89.32 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 38 | 0 | 0.51 | 0.78 | 0.31 | 20.58 | 0.64 | 0.42 |
| Hex | AF | 55 | 26 | 0 | 33 | 4E | 1F | 15 | 40 | 2A |
| Octal | 257 | 125 | 46 | 0 | 63 | 116 | 37 | 25 | 100 | 52 |
| Binary | 10101111 | 1010101 | 100110 | 0 | 110011 | 1001110 | 11111 | 10101 | 1000000 | 101010 |
Color Harmonies of #AF5526
Complementary color
Monochromatic Colors of #AF5526
Black with #AF5526
Text Example
Text Example
White with #AF5526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5526; }
p { color: rgb(175,85,38); }
H1.HeaderClassName
{
color: #AF5526;
}
.AnyTagClassName
{
color: #AF5526;
}
</style>
background-color css
<style>
a { background-color: #AF5526; }
a { background-color: rgb(175,85,38); }
div.DivClassName
{
background-color: #AF5526;
}
.BgClassName
{
background-color: #AF5526;
}
</style>
border-color css
<style>
span { border-color: #AF5526; }
span { border-color: rgb(175,85,38); }
td.TdClassName
{
border-color: #AF5526;
}
.TagClassName
{
border-color: #AF5526;
}
</style>