Shades of Rose Of Sharon #AF4D28
Tints of Rose Of Sharon #AF4D28
RGB
CMYK
RGB Variations
Color information
#AF4D28 (or 0xAF4D28) is known color: Rose Of Sharon. HEX triplet: AF, 4D and 28. RGB value is (175,77,40). Sum of RGB (Red+Green+Blue) = 175+77+40=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D28 is #50B2D7. Grayscale: #666666. Windows color (decimal): -5288664 or 2641327. OLE color: 2641327.
HSL color Cylindrical-coordinate representation of color #AF4D28: hue angle of 16.44º degrees, saturation: 0.63, 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 #AF4D28 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 40 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.31 |
| HSL | 16.44º | 0.63% | 0.42% | - |
| HSV(B) | 16.44º | 0.77% | 0.69% | - |
| XYZ | 20.72 | 14.57 | 3.73 | - |
| YUV | 102.08 | 92.97 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 40 | 0 | 0.56 | 0.77 | 0.31 | 16.44 | 0.63 | 0.42 |
| Hex | AF | 4D | 28 | 0 | 38 | 4D | 1F | 10 | 3F | 2A |
| Octal | 257 | 115 | 50 | 0 | 70 | 115 | 37 | 20 | 77 | 52 |
| Binary | 10101111 | 1001101 | 101000 | 0 | 111000 | 1001101 | 11111 | 10000 | 111111 | 101010 |
Color Harmonies of #AF4D28
Complementary color
Monochromatic Colors of #AF4D28
Black with #AF4D28
Text Example
Text Example
White with #AF4D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D28; }
p { color: rgb(175,77,40); }
H1.HeaderClassName
{
color: #AF4D28;
}
.AnyTagClassName
{
color: #AF4D28;
}
</style>
background-color css
<style>
a { background-color: #AF4D28; }
a { background-color: rgb(175,77,40); }
div.DivClassName
{
background-color: #AF4D28;
}
.BgClassName
{
background-color: #AF4D28;
}
</style>
border-color css
<style>
span { border-color: #AF4D28; }
span { border-color: rgb(175,77,40); }
td.TdClassName
{
border-color: #AF4D28;
}
.TagClassName
{
border-color: #AF4D28;
}
</style>