Shades of Rose Of Sharon #AF4F2C
Tints of Rose Of Sharon #AF4F2C
RGB
CMYK
RGB Variations
Color information
#AF4F2C (or 0xAF4F2C) is known color: Rose Of Sharon. HEX triplet: AF, 4F and 2C. RGB value is (175,79,44). Sum of RGB (Red+Green+Blue) = 175+79+44=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4F2C is #50B0D3. Grayscale: #676767. Windows color (decimal): -5288148 or 2903983. OLE color: 2903983.
HSL color Cylindrical-coordinate representation of color #AF4F2C: hue angle of 16.03º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF4F2C is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 44 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.31 |
| HSL | 16.03º | 0.6% | 0.43% | - |
| HSV(B) | 16.03º | 0.75% | 0.69% | - |
| XYZ | 20.93 | 14.89 | 4.15 | - |
| YUV | 103.71 | 94.3 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 44 | 0 | 0.55 | 0.75 | 0.31 | 16.03 | 0.6 | 0.43 |
| Hex | AF | 4F | 2C | 0 | 37 | 4B | 1F | 10 | 3C | 2B |
| Octal | 257 | 117 | 54 | 0 | 67 | 113 | 37 | 20 | 74 | 53 |
| Binary | 10101111 | 1001111 | 101100 | 0 | 110111 | 1001011 | 11111 | 10000 | 111100 | 101011 |
Color Harmonies of #AF4F2C
Complementary color
Monochromatic Colors of #AF4F2C
Black with #AF4F2C
Text Example
Text Example
White with #AF4F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F2C; }
p { color: rgb(175,79,44); }
H1.HeaderClassName
{
color: #AF4F2C;
}
.AnyTagClassName
{
color: #AF4F2C;
}
</style>
background-color css
<style>
a { background-color: #AF4F2C; }
a { background-color: rgb(175,79,44); }
div.DivClassName
{
background-color: #AF4F2C;
}
.BgClassName
{
background-color: #AF4F2C;
}
</style>
border-color css
<style>
span { border-color: #AF4F2C; }
span { border-color: rgb(175,79,44); }
td.TdClassName
{
border-color: #AF4F2C;
}
.TagClassName
{
border-color: #AF4F2C;
}
</style>