Shades of Rose Of Sharon #AF4927
Tints of Rose Of Sharon #AF4927
RGB
CMYK
RGB Variations
Color information
#AF4927 (or 0xAF4927) is known color: Rose Of Sharon. HEX triplet: AF, 49 and 27. RGB value is (175,73,39). Sum of RGB (Red+Green+Blue) = 175+73+39=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4927 is #50B6D8. Grayscale: #636363. Windows color (decimal): -5289689 or 2574767. OLE color: 2574767.
HSL color Cylindrical-coordinate representation of color #AF4927: hue angle of 15º 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 #AF4927 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 39 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.31 |
| HSL | 15º | 0.64% | 0.42% | - |
| HSV(B) | 15º | 0.78% | 0.69% | - |
| XYZ | 20.43 | 14.03 | 3.55 | - |
| YUV | 99.62 | 93.79 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 39 | 0 | 0.58 | 0.78 | 0.31 | 15 | 0.64 | 0.42 |
| Hex | AF | 49 | 27 | 0 | 3A | 4E | 1F | F | 40 | 2A |
| Octal | 257 | 111 | 47 | 0 | 72 | 116 | 37 | 17 | 100 | 52 |
| Binary | 10101111 | 1001001 | 100111 | 0 | 111010 | 1001110 | 11111 | 1111 | 1000000 | 101010 |
Color Harmonies of #AF4927
Complementary color
Monochromatic Colors of #AF4927
Black with #AF4927
Text Example
Text Example
White with #AF4927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4927; }
p { color: rgb(175,73,39); }
H1.HeaderClassName
{
color: #AF4927;
}
.AnyTagClassName
{
color: #AF4927;
}
</style>
background-color css
<style>
a { background-color: #AF4927; }
a { background-color: rgb(175,73,39); }
div.DivClassName
{
background-color: #AF4927;
}
.BgClassName
{
background-color: #AF4927;
}
</style>
border-color css
<style>
span { border-color: #AF4927; }
span { border-color: rgb(175,73,39); }
td.TdClassName
{
border-color: #AF4927;
}
.TagClassName
{
border-color: #AF4927;
}
</style>