Shades of Rose Of Sharon #AF4529
Tints of Rose Of Sharon #AF4529
RGB
CMYK
RGB Variations
Color information
#AF4529 (or 0xAF4529) is known color: Rose Of Sharon. HEX triplet: AF, 45 and 29. RGB value is (175,69,41). Sum of RGB (Red+Green+Blue) = 175+69+41=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4529 is #50BAD6. Grayscale: #616161. Windows color (decimal): -5290711 or 2704815. OLE color: 2704815.
HSL color Cylindrical-coordinate representation of color #AF4529: hue angle of 12.54º degrees, saturation: 0.62, 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 #AF4529 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 41 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.31 |
| HSL | 12.54º | 0.62% | 0.42% | - |
| HSV(B) | 12.54º | 0.77% | 0.69% | - |
| XYZ | 20.21 | 13.53 | 3.64 | - |
| YUV | 97.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 41 | 0 | 0.61 | 0.77 | 0.31 | 12.54 | 0.62 | 0.42 |
| Hex | AF | 45 | 29 | 0 | 3D | 4D | 1F | D | 3E | 2A |
| Octal | 257 | 105 | 51 | 0 | 75 | 115 | 37 | 15 | 76 | 52 |
| Binary | 10101111 | 1000101 | 101001 | 0 | 111101 | 1001101 | 11111 | 1101 | 111110 | 101010 |
Color Harmonies of #AF4529
Complementary color
Monochromatic Colors of #AF4529
Black with #AF4529
Text Example
Text Example
White with #AF4529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4529; }
p { color: rgb(175,69,41); }
H1.HeaderClassName
{
color: #AF4529;
}
.AnyTagClassName
{
color: #AF4529;
}
</style>
background-color css
<style>
a { background-color: #AF4529; }
a { background-color: rgb(175,69,41); }
div.DivClassName
{
background-color: #AF4529;
}
.BgClassName
{
background-color: #AF4529;
}
</style>
border-color css
<style>
span { border-color: #AF4529; }
span { border-color: rgb(175,69,41); }
td.TdClassName
{
border-color: #AF4529;
}
.TagClassName
{
border-color: #AF4529;
}
</style>