Shades of Rock Spray #A83926
Tints of Rock Spray #A83926
RGB
CMYK
RGB Variations
Color information
#A83926 (or 0xA83926) is known color: Rock Spray. HEX triplet: A8, 39 and 26. RGB value is (168,57,38). Sum of RGB (Red+Green+Blue) = 168+57+38=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A83926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83926 is #57C6D9. Grayscale: #585858. Windows color (decimal): -5752538 or 2505128. OLE color: 2505128.
HSL color Cylindrical-coordinate representation of color #A83926: hue angle of 8.77º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A83926 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 38 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.34 |
| HSL | 8.77º | 0.63% | 0.4% | - |
| HSV(B) | 8.77º | 0.77% | 0.66% | - |
| XYZ | 17.96 | 11.39 | 3.09 | - |
| YUV | 88.02 | 99.77 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 38 | 0 | 0.66 | 0.77 | 0.34 | 8.77 | 0.63 | 0.4 |
| Hex | A8 | 39 | 26 | 0 | 42 | 4D | 22 | 9 | 3F | 28 |
| Octal | 250 | 71 | 46 | 0 | 102 | 115 | 42 | 11 | 77 | 50 |
| Binary | 10101000 | 111001 | 100110 | 0 | 1000010 | 1001101 | 100010 | 1001 | 111111 | 101000 |
Color Harmonies of #A83926
Complementary color
Monochromatic Colors of #A83926
Black with #A83926
Text Example
Text Example
White with #A83926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83926; }
p { color: rgb(168,57,38); }
H1.HeaderClassName
{
color: #A83926;
}
.AnyTagClassName
{
color: #A83926;
}
</style>
background-color css
<style>
a { background-color: #A83926; }
a { background-color: rgb(168,57,38); }
div.DivClassName
{
background-color: #A83926;
}
.BgClassName
{
background-color: #A83926;
}
</style>
border-color css
<style>
span { border-color: #A83926; }
span { border-color: rgb(168,57,38); }
td.TdClassName
{
border-color: #A83926;
}
.TagClassName
{
border-color: #A83926;
}
</style>