Shades of Rose Of Sharon #A8532A
Tints of Rose Of Sharon #A8532A
RGB
CMYK
RGB Variations
Color information
#A8532A (or 0xA8532A) is known color: Rose Of Sharon. HEX triplet: A8, 53 and 2A. RGB value is (168,83,42). Sum of RGB (Red+Green+Blue) = 168+83+42=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A8532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8532A is #57ACD5. Grayscale: #676767. Windows color (decimal): -5745878 or 2773928. OLE color: 2773928.
HSL color Cylindrical-coordinate representation of color #A8532A: hue angle of 19.52º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8532A is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 42 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.34 |
| HSL | 19.52º | 0.6% | 0.41% | - |
| HSV(B) | 19.52º | 0.75% | 0.66% | - |
| XYZ | 19.66 | 14.68 | 3.99 | - |
| YUV | 103.74 | 93.16 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 42 | 0 | 0.51 | 0.75 | 0.34 | 19.52 | 0.6 | 0.41 |
| Hex | A8 | 53 | 2A | 0 | 33 | 4B | 22 | 14 | 3C | 29 |
| Octal | 250 | 123 | 52 | 0 | 63 | 113 | 42 | 24 | 74 | 51 |
| Binary | 10101000 | 1010011 | 101010 | 0 | 110011 | 1001011 | 100010 | 10100 | 111100 | 101001 |
Color Harmonies of #A8532A
Complementary color
Monochromatic Colors of #A8532A
Black with #A8532A
Text Example
Text Example
White with #A8532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8532A; }
p { color: rgb(168,83,42); }
H1.HeaderClassName
{
color: #A8532A;
}
.AnyTagClassName
{
color: #A8532A;
}
</style>
background-color css
<style>
a { background-color: #A8532A; }
a { background-color: rgb(168,83,42); }
div.DivClassName
{
background-color: #A8532A;
}
.BgClassName
{
background-color: #A8532A;
}
</style>
border-color css
<style>
span { border-color: #A8532A; }
span { border-color: rgb(168,83,42); }
td.TdClassName
{
border-color: #A8532A;
}
.TagClassName
{
border-color: #A8532A;
}
</style>