Shades of Rock Spray #A53B21
Tints of Rock Spray #A53B21
RGB
CMYK
RGB Variations
Color information
#A53B21 (or 0xA53B21) is known color: Rock Spray. HEX triplet: A5, 3B and 21. RGB value is (165,59,33). Sum of RGB (Red+Green+Blue) = 165+59+33=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53B21 is #5AC4DE. Grayscale: #575757. Windows color (decimal): -5948639 or 2177957. OLE color: 2177957.
HSL color Cylindrical-coordinate representation of color #A53B21: hue angle of 11.82º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A53B21 is Cyan = 0, Magento = 0.64, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 59 | 33 | - |
| CMYK | 0 | 0.64 | 0.8 | 0.35 |
| HSL | 11.82º | 0.67% | 0.39% | - |
| HSV(B) | 11.82º | 0.8% | 0.65% | - |
| XYZ | 17.36 | 11.24 | 2.69 | - |
| YUV | 87.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 59 | 33 | 0 | 0.64 | 0.8 | 0.35 | 11.82 | 0.67 | 0.39 |
| Hex | A5 | 3B | 21 | 0 | 40 | 50 | 23 | C | 43 | 27 |
| Octal | 245 | 73 | 41 | 0 | 100 | 120 | 43 | 14 | 103 | 47 |
| Binary | 10100101 | 111011 | 100001 | 0 | 1000000 | 1010000 | 100011 | 1100 | 1000011 | 100111 |
Color Harmonies of #A53B21
Complementary color
Monochromatic Colors of #A53B21
Black with #A53B21
Text Example
Text Example
White with #A53B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53B21; }
p { color: rgb(165,59,33); }
H1.HeaderClassName
{
color: #A53B21;
}
.AnyTagClassName
{
color: #A53B21;
}
</style>
background-color css
<style>
a { background-color: #A53B21; }
a { background-color: rgb(165,59,33); }
div.DivClassName
{
background-color: #A53B21;
}
.BgClassName
{
background-color: #A53B21;
}
</style>
border-color css
<style>
span { border-color: #A53B21; }
span { border-color: rgb(165,59,33); }
td.TdClassName
{
border-color: #A53B21;
}
.TagClassName
{
border-color: #A53B21;
}
</style>