Shades of Rose Of Sharon #AF5326
Tints of Rose Of Sharon #AF5326
RGB
CMYK
RGB Variations
Color information
#AF5326 (or 0xAF5326) is known color: Rose Of Sharon. HEX triplet: AF, 53 and 26. RGB value is (175,83,38). Sum of RGB (Red+Green+Blue) = 175+83+38=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5326 is #50ACD9. Grayscale: #696969. Windows color (decimal): -5287130 or 2511791. OLE color: 2511791.
HSL color Cylindrical-coordinate representation of color #AF5326: hue angle of 19.71º 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 #AF5326 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 38 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.31 |
| HSL | 19.71º | 0.64% | 0.42% | - |
| HSV(B) | 19.71º | 0.78% | 0.69% | - |
| XYZ | 21.12 | 15.44 | 3.7 | - |
| YUV | 105.38 | 89.98 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 38 | 0 | 0.53 | 0.78 | 0.31 | 19.71 | 0.64 | 0.42 |
| Hex | AF | 53 | 26 | 0 | 35 | 4E | 1F | 14 | 40 | 2A |
| Octal | 257 | 123 | 46 | 0 | 65 | 116 | 37 | 24 | 100 | 52 |
| Binary | 10101111 | 1010011 | 100110 | 0 | 110101 | 1001110 | 11111 | 10100 | 1000000 | 101010 |
Color Harmonies of #AF5326
Complementary color
Monochromatic Colors of #AF5326
Black with #AF5326
Text Example
Text Example
White with #AF5326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5326; }
p { color: rgb(175,83,38); }
H1.HeaderClassName
{
color: #AF5326;
}
.AnyTagClassName
{
color: #AF5326;
}
</style>
background-color css
<style>
a { background-color: #AF5326; }
a { background-color: rgb(175,83,38); }
div.DivClassName
{
background-color: #AF5326;
}
.BgClassName
{
background-color: #AF5326;
}
</style>
border-color css
<style>
span { border-color: #AF5326; }
span { border-color: rgb(175,83,38); }
td.TdClassName
{
border-color: #AF5326;
}
.TagClassName
{
border-color: #AF5326;
}
</style>