Shades of Rose Of Sharon #AF5022
Tints of Rose Of Sharon #AF5022
RGB
CMYK
RGB Variations
Color information
#AF5022 (or 0xAF5022) is known color: Rose Of Sharon. HEX triplet: AF, 50 and 22. RGB value is (175,80,34). Sum of RGB (Red+Green+Blue) = 175+80+34=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5022 is #50AFDD. Grayscale: #676767. Windows color (decimal): -5287902 or 2248879. OLE color: 2248879.
HSL color Cylindrical-coordinate representation of color #AF5022: hue angle of 19.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF5022 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 34 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.31 |
| HSL | 19.57º | 0.67% | 0.41% | - |
| HSV(B) | 19.57º | 0.81% | 0.69% | - |
| XYZ | 20.84 | 14.97 | 3.3 | - |
| YUV | 103.16 | 88.97 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 34 | 0 | 0.54 | 0.81 | 0.31 | 19.57 | 0.67 | 0.41 |
| Hex | AF | 50 | 22 | 0 | 36 | 51 | 1F | 14 | 43 | 29 |
| Octal | 257 | 120 | 42 | 0 | 66 | 121 | 37 | 24 | 103 | 51 |
| Binary | 10101111 | 1010000 | 100010 | 0 | 110110 | 1010001 | 11111 | 10100 | 1000011 | 101001 |
Color Harmonies of #AF5022
Complementary color
Monochromatic Colors of #AF5022
Black with #AF5022
Text Example
Text Example
White with #AF5022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5022; }
p { color: rgb(175,80,34); }
H1.HeaderClassName
{
color: #AF5022;
}
.AnyTagClassName
{
color: #AF5022;
}
</style>
background-color css
<style>
a { background-color: #AF5022; }
a { background-color: rgb(175,80,34); }
div.DivClassName
{
background-color: #AF5022;
}
.BgClassName
{
background-color: #AF5022;
}
</style>
border-color css
<style>
span { border-color: #AF5022; }
span { border-color: rgb(175,80,34); }
td.TdClassName
{
border-color: #AF5022;
}
.TagClassName
{
border-color: #AF5022;
}
</style>