Shades of Rose Of Sharon #AB4423
Tints of Rose Of Sharon #AB4423
RGB
CMYK
RGB Variations
Color information
#AB4423 (or 0xAB4423) is known color: Rose Of Sharon. HEX triplet: AB, 44 and 23. RGB value is (171,68,35). Sum of RGB (Red+Green+Blue) = 171+68+35=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4423 is #54BBDC. Grayscale: #5F5F5F. Windows color (decimal): -5553117 or 2311339. OLE color: 2311339.
HSL color Cylindrical-coordinate representation of color #AB4423: hue angle of 14.56º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB4423 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 35 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.33 |
| HSL | 14.56º | 0.66% | 0.4% | - |
| HSV(B) | 14.56º | 0.8% | 0.67% | - |
| XYZ | 19.17 | 12.91 | 3.07 | - |
| YUV | 95.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 35 | 0 | 0.60 | 0.80 | 0.33 | 14.56 | 0.66 | 0.4 |
| Hex | AB | 44 | 23 | 0 | 3C | 50 | 21 | F | 42 | 28 |
| Octal | 253 | 104 | 43 | 0 | 74 | 120 | 41 | 17 | 102 | 50 |
| Binary | 10101011 | 1000100 | 100011 | 0 | 111100 | 1010000 | 100001 | 1111 | 1000010 | 101000 |
Color Harmonies of #AB4423
Complementary color
Monochromatic Colors of #AB4423
Black with #AB4423
Text Example
Text Example
White with #AB4423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4423; }
p { color: rgb(171,68,35); }
H1.HeaderClassName
{
color: #AB4423;
}
.AnyTagClassName
{
color: #AB4423;
}
</style>
background-color css
<style>
a { background-color: #AB4423; }
a { background-color: rgb(171,68,35); }
div.DivClassName
{
background-color: #AB4423;
}
.BgClassName
{
background-color: #AB4423;
}
</style>
border-color css
<style>
span { border-color: #AB4423; }
span { border-color: rgb(171,68,35); }
td.TdClassName
{
border-color: #AB4423;
}
.TagClassName
{
border-color: #AB4423;
}
</style>