Shades of Rose Of Sharon #AF4E2E
Tints of Rose Of Sharon #AF4E2E
RGB
CMYK
RGB Variations
Color information
#AF4E2E (or 0xAF4E2E) is known color: Rose Of Sharon. HEX triplet: AF, 4E and 2E. RGB value is (175,78,46). Sum of RGB (Red+Green+Blue) = 175+78+46=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E2E is #50B1D1. Grayscale: #676767. Windows color (decimal): -5288402 or 3034799. OLE color: 3034799.
HSL color Cylindrical-coordinate representation of color #AF4E2E: hue angle of 14.88º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF4E2E is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 46 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.31 |
| HSL | 14.88º | 0.58% | 0.43% | - |
| HSV(B) | 14.88º | 0.74% | 0.69% | - |
| XYZ | 20.9 | 14.76 | 4.33 | - |
| YUV | 103.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 46 | 0 | 0.55 | 0.74 | 0.31 | 14.88 | 0.58 | 0.43 |
| Hex | AF | 4E | 2E | 0 | 37 | 4A | 1F | F | 3A | 2B |
| Octal | 257 | 116 | 56 | 0 | 67 | 112 | 37 | 17 | 72 | 53 |
| Binary | 10101111 | 1001110 | 101110 | 0 | 110111 | 1001010 | 11111 | 1111 | 111010 | 101011 |
Color Harmonies of #AF4E2E
Complementary color
Monochromatic Colors of #AF4E2E
Black with #AF4E2E
Text Example
Text Example
White with #AF4E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E2E; }
p { color: rgb(175,78,46); }
H1.HeaderClassName
{
color: #AF4E2E;
}
.AnyTagClassName
{
color: #AF4E2E;
}
</style>
background-color css
<style>
a { background-color: #AF4E2E; }
a { background-color: rgb(175,78,46); }
div.DivClassName
{
background-color: #AF4E2E;
}
.BgClassName
{
background-color: #AF4E2E;
}
</style>
border-color css
<style>
span { border-color: #AF4E2E; }
span { border-color: rgb(175,78,46); }
td.TdClassName
{
border-color: #AF4E2E;
}
.TagClassName
{
border-color: #AF4E2E;
}
</style>