Shades of Rock Spray #A23818
Tints of Rock Spray #A23818
RGB
CMYK
RGB Variations
Color information
#A23818 (or 0xA23818) is known color: Rock Spray. HEX triplet: A2, 38 and 18. RGB value is (162,56,24). Sum of RGB (Red+Green+Blue) = 162+56+24=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A23818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23818 is #5DC7E7. Grayscale: #545454. Windows color (decimal): -6146024 or 1587362. OLE color: 1587362.
HSL color Cylindrical-coordinate representation of color #A23818: hue angle of 13.91º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A23818 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 24 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.36 |
| HSL | 13.91º | 0.74% | 0.36% | - |
| HSV(B) | 13.91º | 0.85% | 0.64% | - |
| XYZ | 16.48 | 10.58 | 2.04 | - |
| YUV | 84.05 | 94.12 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 24 | 0 | 0.65 | 0.85 | 0.36 | 13.91 | 0.74 | 0.36 |
| Hex | A2 | 38 | 18 | 0 | 41 | 55 | 24 | E | 4A | 24 |
| Octal | 242 | 70 | 30 | 0 | 101 | 125 | 44 | 16 | 112 | 44 |
| Binary | 10100010 | 111000 | 11000 | 0 | 1000001 | 1010101 | 100100 | 1110 | 1001010 | 100100 |
Color Harmonies of #A23818
Complementary color
Monochromatic Colors of #A23818
Black with #A23818
Text Example
Text Example
White with #A23818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23818; }
p { color: rgb(162,56,24); }
H1.HeaderClassName
{
color: #A23818;
}
.AnyTagClassName
{
color: #A23818;
}
</style>
background-color css
<style>
a { background-color: #A23818; }
a { background-color: rgb(162,56,24); }
div.DivClassName
{
background-color: #A23818;
}
.BgClassName
{
background-color: #A23818;
}
</style>
border-color css
<style>
span { border-color: #A23818; }
span { border-color: rgb(162,56,24); }
td.TdClassName
{
border-color: #A23818;
}
.TagClassName
{
border-color: #A23818;
}
</style>