Shades of Rock Spray #A23823
Tints of Rock Spray #A23823
RGB
CMYK
RGB Variations
Color information
#A23823 (or 0xA23823) is known color: Rock Spray. HEX triplet: A2, 38 and 23. RGB value is (162,56,35). Sum of RGB (Red+Green+Blue) = 162+56+35=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A23823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23823 is #5DC7DC. Grayscale: #555555. Windows color (decimal): -6146013 or 2308258. OLE color: 2308258.
HSL color Cylindrical-coordinate representation of color #A23823: hue angle of 9.92º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A23823 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 35 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.36 |
| HSL | 9.92º | 0.64% | 0.39% | - |
| HSV(B) | 9.92º | 0.78% | 0.64% | - |
| XYZ | 16.62 | 10.63 | 2.77 | - |
| YUV | 85.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 35 | 0 | 0.65 | 0.78 | 0.36 | 9.92 | 0.64 | 0.39 |
| Hex | A2 | 38 | 23 | 0 | 41 | 4E | 24 | A | 40 | 27 |
| Octal | 242 | 70 | 43 | 0 | 101 | 116 | 44 | 12 | 100 | 47 |
| Binary | 10100010 | 111000 | 100011 | 0 | 1000001 | 1001110 | 100100 | 1010 | 1000000 | 100111 |
Color Harmonies of #A23823
Complementary color
Monochromatic Colors of #A23823
Black with #A23823
Text Example
Text Example
White with #A23823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23823; }
p { color: rgb(162,56,35); }
H1.HeaderClassName
{
color: #A23823;
}
.AnyTagClassName
{
color: #A23823;
}
</style>
background-color css
<style>
a { background-color: #A23823; }
a { background-color: rgb(162,56,35); }
div.DivClassName
{
background-color: #A23823;
}
.BgClassName
{
background-color: #A23823;
}
</style>
border-color css
<style>
span { border-color: #A23823; }
span { border-color: rgb(162,56,35); }
td.TdClassName
{
border-color: #A23823;
}
.TagClassName
{
border-color: #A23823;
}
</style>