Shades of Rose Of Sharon #AF4527
Tints of Rose Of Sharon #AF4527
RGB
CMYK
RGB Variations
Color information
#AF4527 (or 0xAF4527) is known color: Rose Of Sharon. HEX triplet: AF, 45 and 27. RGB value is (175,69,39). Sum of RGB (Red+Green+Blue) = 175+69+39=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4527 is #50BAD8. Grayscale: #616161. Windows color (decimal): -5290713 or 2573743. OLE color: 2573743.
HSL color Cylindrical-coordinate representation of color #AF4527: hue angle of 13.24º 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 #AF4527 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 39 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.31 |
| HSL | 13.24º | 0.64% | 0.42% | - |
| HSV(B) | 13.24º | 0.78% | 0.69% | - |
| XYZ | 20.17 | 13.52 | 3.47 | - |
| YUV | 97.27 | 95.12 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 39 | 0 | 0.61 | 0.78 | 0.31 | 13.24 | 0.64 | 0.42 |
| Hex | AF | 45 | 27 | 0 | 3D | 4E | 1F | D | 40 | 2A |
| Octal | 257 | 105 | 47 | 0 | 75 | 116 | 37 | 15 | 100 | 52 |
| Binary | 10101111 | 1000101 | 100111 | 0 | 111101 | 1001110 | 11111 | 1101 | 1000000 | 101010 |
Color Harmonies of #AF4527
Complementary color
Monochromatic Colors of #AF4527
Black with #AF4527
Text Example
Text Example
White with #AF4527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4527; }
p { color: rgb(175,69,39); }
H1.HeaderClassName
{
color: #AF4527;
}
.AnyTagClassName
{
color: #AF4527;
}
</style>
background-color css
<style>
a { background-color: #AF4527; }
a { background-color: rgb(175,69,39); }
div.DivClassName
{
background-color: #AF4527;
}
.BgClassName
{
background-color: #AF4527;
}
</style>
border-color css
<style>
span { border-color: #AF4527; }
span { border-color: rgb(175,69,39); }
td.TdClassName
{
border-color: #AF4527;
}
.TagClassName
{
border-color: #AF4527;
}
</style>