Shades of Rock Spray #A23720
Tints of Rock Spray #A23720
RGB
CMYK
RGB Variations
Color information
#A23720 (or 0xA23720) is known color: Rock Spray. HEX triplet: A2, 37 and 20. RGB value is (162,55,32). Sum of RGB (Red+Green+Blue) = 162+55+32=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A23720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23720 is #5DC8DF. Grayscale: #545454. Windows color (decimal): -6146272 or 2111394. OLE color: 2111394.
HSL color Cylindrical-coordinate representation of color #A23720: hue angle of 10.62º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A23720 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 55 | 32 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.36 |
| HSL | 10.62º | 0.67% | 0.38% | - |
| HSV(B) | 10.62º | 0.8% | 0.64% | - |
| XYZ | 16.53 | 10.52 | 2.53 | - |
| YUV | 84.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 55 | 32 | 0 | 0.66 | 0.80 | 0.36 | 10.62 | 0.67 | 0.38 |
| Hex | A2 | 37 | 20 | 0 | 42 | 50 | 24 | B | 43 | 26 |
| Octal | 242 | 67 | 40 | 0 | 102 | 120 | 44 | 13 | 103 | 46 |
| Binary | 10100010 | 110111 | 100000 | 0 | 1000010 | 1010000 | 100100 | 1011 | 1000011 | 100110 |
Color Harmonies of #A23720
Complementary color
Monochromatic Colors of #A23720
Black with #A23720
Text Example
Text Example
White with #A23720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23720; }
p { color: rgb(162,55,32); }
H1.HeaderClassName
{
color: #A23720;
}
.AnyTagClassName
{
color: #A23720;
}
</style>
background-color css
<style>
a { background-color: #A23720; }
a { background-color: rgb(162,55,32); }
div.DivClassName
{
background-color: #A23720;
}
.BgClassName
{
background-color: #A23720;
}
</style>
border-color css
<style>
span { border-color: #A23720; }
span { border-color: rgb(162,55,32); }
td.TdClassName
{
border-color: #A23720;
}
.TagClassName
{
border-color: #A23720;
}
</style>