Shades of Rose Of Sharon #AF4D2F
Tints of Rose Of Sharon #AF4D2F
RGB
CMYK
RGB Variations
Color information
#AF4D2F (or 0xAF4D2F) is known color: Rose Of Sharon. HEX triplet: AF, 4D and 2F. RGB value is (175,77,47). Sum of RGB (Red+Green+Blue) = 175+77+47=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D2F is #50B2D0. Grayscale: #676767. Windows color (decimal): -5288657 or 3100079. OLE color: 3100079.
HSL color Cylindrical-coordinate representation of color #AF4D2F: hue angle of 14.06º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF4D2F is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 47 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.31 |
| HSL | 14.06º | 0.58% | 0.44% | - |
| HSV(B) | 14.06º | 0.73% | 0.69% | - |
| XYZ | 20.85 | 14.63 | 4.41 | - |
| YUV | 102.88 | 96.47 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 47 | 0 | 0.56 | 0.73 | 0.31 | 14.06 | 0.58 | 0.44 |
| Hex | AF | 4D | 2F | 0 | 38 | 49 | 1F | E | 3A | 2C |
| Octal | 257 | 115 | 57 | 0 | 70 | 111 | 37 | 16 | 72 | 54 |
| Binary | 10101111 | 1001101 | 101111 | 0 | 111000 | 1001001 | 11111 | 1110 | 111010 | 101100 |
Color Harmonies of #AF4D2F
Complementary color
Monochromatic Colors of #AF4D2F
Black with #AF4D2F
Text Example
Text Example
White with #AF4D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D2F; }
p { color: rgb(175,77,47); }
H1.HeaderClassName
{
color: #AF4D2F;
}
.AnyTagClassName
{
color: #AF4D2F;
}
</style>
background-color css
<style>
a { background-color: #AF4D2F; }
a { background-color: rgb(175,77,47); }
div.DivClassName
{
background-color: #AF4D2F;
}
.BgClassName
{
background-color: #AF4D2F;
}
</style>
border-color css
<style>
span { border-color: #AF4D2F; }
span { border-color: rgb(175,77,47); }
td.TdClassName
{
border-color: #AF4D2F;
}
.TagClassName
{
border-color: #AF4D2F;
}
</style>