Shades of Rock Spray #A83826
Tints of Rock Spray #A83826
RGB
CMYK
RGB Variations
Color information
#A83826 (or 0xA83826) is known color: Rock Spray. HEX triplet: A8, 38 and 26. RGB value is (168,56,38). Sum of RGB (Red+Green+Blue) = 168+56+38=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A83826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83826 is #57C7D9. Grayscale: #575757. Windows color (decimal): -5752794 or 2504872. OLE color: 2504872.
HSL color Cylindrical-coordinate representation of color #A83826: hue angle of 8.31º 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 #A83826 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 38 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.34 |
| HSL | 8.31º | 0.63% | 0.4% | - |
| HSV(B) | 8.31º | 0.77% | 0.66% | - |
| XYZ | 17.91 | 11.29 | 3.07 | - |
| YUV | 87.44 | 100.11 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 38 | 0 | 0.67 | 0.77 | 0.34 | 8.31 | 0.63 | 0.4 |
| Hex | A8 | 38 | 26 | 0 | 43 | 4D | 22 | 8 | 3F | 28 |
| Octal | 250 | 70 | 46 | 0 | 103 | 115 | 42 | 10 | 77 | 50 |
| Binary | 10101000 | 111000 | 100110 | 0 | 1000011 | 1001101 | 100010 | 1000 | 111111 | 101000 |
Color Harmonies of #A83826
Complementary color
Monochromatic Colors of #A83826
Black with #A83826
Text Example
Text Example
White with #A83826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83826; }
p { color: rgb(168,56,38); }
H1.HeaderClassName
{
color: #A83826;
}
.AnyTagClassName
{
color: #A83826;
}
</style>
background-color css
<style>
a { background-color: #A83826; }
a { background-color: rgb(168,56,38); }
div.DivClassName
{
background-color: #A83826;
}
.BgClassName
{
background-color: #A83826;
}
</style>
border-color css
<style>
span { border-color: #A83826; }
span { border-color: rgb(168,56,38); }
td.TdClassName
{
border-color: #A83826;
}
.TagClassName
{
border-color: #A83826;
}
</style>