Shades of Rose Of Sharon #AF4B1E
Tints of Rose Of Sharon #AF4B1E
RGB
CMYK
RGB Variations
Color information
#AF4B1E (or 0xAF4B1E) is known color: Rose Of Sharon. HEX triplet: AF, 4B and 1E. RGB value is (175,75,30). Sum of RGB (Red+Green+Blue) = 175+75+30=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4B1E is #50B4E1. Grayscale: #646464. Windows color (decimal): -5289186 or 1985455. OLE color: 1985455.
HSL color Cylindrical-coordinate representation of color #AF4B1E: hue angle of 18.62º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF4B1E is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 75 | 30 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.31 |
| HSL | 18.62º | 0.71% | 0.4% | - |
| HSV(B) | 18.62º | 0.83% | 0.69% | - |
| XYZ | 20.43 | 14.24 | 2.9 | - |
| YUV | 99.77 | 88.63 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 30 | 0 | 0.57 | 0.83 | 0.31 | 18.62 | 0.71 | 0.4 |
| Hex | AF | 4B | 1E | 0 | 39 | 53 | 1F | 13 | 47 | 28 |
| Octal | 257 | 113 | 36 | 0 | 71 | 123 | 37 | 23 | 107 | 50 |
| Binary | 10101111 | 1001011 | 11110 | 0 | 111001 | 1010011 | 11111 | 10011 | 1000111 | 101000 |
Color Harmonies of #AF4B1E
Complementary color
Monochromatic Colors of #AF4B1E
Black with #AF4B1E
Text Example
Text Example
White with #AF4B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4B1E; }
p { color: rgb(175,75,30); }
H1.HeaderClassName
{
color: #AF4B1E;
}
.AnyTagClassName
{
color: #AF4B1E;
}
</style>
background-color css
<style>
a { background-color: #AF4B1E; }
a { background-color: rgb(175,75,30); }
div.DivClassName
{
background-color: #AF4B1E;
}
.BgClassName
{
background-color: #AF4B1E;
}
</style>
border-color css
<style>
span { border-color: #AF4B1E; }
span { border-color: rgb(175,75,30); }
td.TdClassName
{
border-color: #AF4B1E;
}
.TagClassName
{
border-color: #AF4B1E;
}
</style>