Shades of Rose Of Sharon #AB4A23
Tints of Rose Of Sharon #AB4A23
RGB
CMYK
RGB Variations
Color information
#AB4A23 (or 0xAB4A23) is known color: Rose Of Sharon. HEX triplet: AB, 4A and 23. RGB value is (171,74,35). Sum of RGB (Red+Green+Blue) = 171+74+35=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A23 is #54B5DC. Grayscale: #626262. Windows color (decimal): -5551581 or 2312875. OLE color: 2312875.
HSL color Cylindrical-coordinate representation of color #AB4A23: hue angle of 17.21º 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 #AB4A23 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 74 | 35 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.33 |
| HSL | 17.21º | 0.66% | 0.4% | - |
| HSV(B) | 17.21º | 0.8% | 0.67% | - |
| XYZ | 19.55 | 13.68 | 3.2 | - |
| YUV | 98.56 | 92.14 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 35 | 0 | 0.57 | 0.80 | 0.33 | 17.21 | 0.66 | 0.4 |
| Hex | AB | 4A | 23 | 0 | 39 | 50 | 21 | 11 | 42 | 28 |
| Octal | 253 | 112 | 43 | 0 | 71 | 120 | 41 | 21 | 102 | 50 |
| Binary | 10101011 | 1001010 | 100011 | 0 | 111001 | 1010000 | 100001 | 10001 | 1000010 | 101000 |
Color Harmonies of #AB4A23
Complementary color
Monochromatic Colors of #AB4A23
Black with #AB4A23
Text Example
Text Example
White with #AB4A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4A23; }
p { color: rgb(171,74,35); }
H1.HeaderClassName
{
color: #AB4A23;
}
.AnyTagClassName
{
color: #AB4A23;
}
</style>
background-color css
<style>
a { background-color: #AB4A23; }
a { background-color: rgb(171,74,35); }
div.DivClassName
{
background-color: #AB4A23;
}
.BgClassName
{
background-color: #AB4A23;
}
</style>
border-color css
<style>
span { border-color: #AB4A23; }
span { border-color: rgb(171,74,35); }
td.TdClassName
{
border-color: #AB4A23;
}
.TagClassName
{
border-color: #AB4A23;
}
</style>