Shades of Rock Spray #A83D20
Tints of Rock Spray #A83D20
RGB
CMYK
RGB Variations
Color information
#A83D20 (or 0xA83D20) is known color: Rock Spray. HEX triplet: A8, 3D and 20. RGB value is (168,61,32). Sum of RGB (Red+Green+Blue) = 168+61+32=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83D20 is #57C2DF. Grayscale: #595959. Windows color (decimal): -5751520 or 2112936. OLE color: 2112936.
HSL color Cylindrical-coordinate representation of color #A83D20: hue angle of 12.79º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A83D20 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 61 | 32 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.34 |
| HSL | 12.79º | 0.68% | 0.39% | - |
| HSV(B) | 12.79º | 0.81% | 0.66% | - |
| XYZ | 18.08 | 11.77 | 2.68 | - |
| YUV | 89.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 32 | 0 | 0.64 | 0.81 | 0.34 | 12.79 | 0.68 | 0.39 |
| Hex | A8 | 3D | 20 | 0 | 40 | 51 | 22 | D | 44 | 27 |
| Octal | 250 | 75 | 40 | 0 | 100 | 121 | 42 | 15 | 104 | 47 |
| Binary | 10101000 | 111101 | 100000 | 0 | 1000000 | 1010001 | 100010 | 1101 | 1000100 | 100111 |
Color Harmonies of #A83D20
Complementary color
Monochromatic Colors of #A83D20
Black with #A83D20
Text Example
Text Example
White with #A83D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83D20; }
p { color: rgb(168,61,32); }
H1.HeaderClassName
{
color: #A83D20;
}
.AnyTagClassName
{
color: #A83D20;
}
</style>
background-color css
<style>
a { background-color: #A83D20; }
a { background-color: rgb(168,61,32); }
div.DivClassName
{
background-color: #A83D20;
}
.BgClassName
{
background-color: #A83D20;
}
</style>
border-color css
<style>
span { border-color: #A83D20; }
span { border-color: rgb(168,61,32); }
td.TdClassName
{
border-color: #A83D20;
}
.TagClassName
{
border-color: #A83D20;
}
</style>