Shades of Rose Of Sharon #AF5423
Tints of Rose Of Sharon #AF5423
RGB
CMYK
RGB Variations
Color information
#AF5423 (or 0xAF5423) is known color: Rose Of Sharon. HEX triplet: AF, 54 and 23. RGB value is (175,84,35). Sum of RGB (Red+Green+Blue) = 175+84+35=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5423 is #50ABDC. Grayscale: #696969. Windows color (decimal): -5286877 or 2315439. OLE color: 2315439.
HSL color Cylindrical-coordinate representation of color #AF5423: hue angle of 21º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF5423 is Cyan = 0, Magento = 0.52, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 35 | - |
| CMYK | 0 | 0.52 | 0.8 | 0.31 |
| HSL | 21º | 0.67% | 0.41% | - |
| HSV(B) | 21º | 0.8% | 0.69% | - |
| XYZ | 21.15 | 15.58 | 3.48 | - |
| YUV | 105.62 | 88.15 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 35 | 0 | 0.52 | 0.8 | 0.31 | 21 | 0.67 | 0.41 |
| Hex | AF | 54 | 23 | 0 | 34 | 50 | 1F | 15 | 43 | 29 |
| Octal | 257 | 124 | 43 | 0 | 64 | 120 | 37 | 25 | 103 | 51 |
| Binary | 10101111 | 1010100 | 100011 | 0 | 110100 | 1010000 | 11111 | 10101 | 1000011 | 101001 |
Color Harmonies of #AF5423
Complementary color
Monochromatic Colors of #AF5423
Black with #AF5423
Text Example
Text Example
White with #AF5423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5423; }
p { color: rgb(175,84,35); }
H1.HeaderClassName
{
color: #AF5423;
}
.AnyTagClassName
{
color: #AF5423;
}
</style>
background-color css
<style>
a { background-color: #AF5423; }
a { background-color: rgb(175,84,35); }
div.DivClassName
{
background-color: #AF5423;
}
.BgClassName
{
background-color: #AF5423;
}
</style>
border-color css
<style>
span { border-color: #AF5423; }
span { border-color: rgb(175,84,35); }
td.TdClassName
{
border-color: #AF5423;
}
.TagClassName
{
border-color: #AF5423;
}
</style>