Shades of Rock Spray #A84128
Tints of Rock Spray #A84128
RGB
CMYK
RGB Variations
Color information
#A84128 (or 0xA84128) is known color: Rock Spray. HEX triplet: A8, 41 and 28. RGB value is (168,65,40). Sum of RGB (Red+Green+Blue) = 168+65+40=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A84128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84128 is #57BED7. Grayscale: #5D5D5D. Windows color (decimal): -5750488 or 2638248. OLE color: 2638248.
HSL color Cylindrical-coordinate representation of color #A84128: hue angle of 11.72º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A84128 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 40 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.34 |
| HSL | 11.72º | 0.62% | 0.41% | - |
| HSV(B) | 11.72º | 0.76% | 0.66% | - |
| XYZ | 18.42 | 12.26 | 3.4 | - |
| YUV | 92.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 40 | 0 | 0.61 | 0.76 | 0.34 | 11.72 | 0.62 | 0.41 |
| Hex | A8 | 41 | 28 | 0 | 3D | 4C | 22 | C | 3E | 29 |
| Octal | 250 | 101 | 50 | 0 | 75 | 114 | 42 | 14 | 76 | 51 |
| Binary | 10101000 | 1000001 | 101000 | 0 | 111101 | 1001100 | 100010 | 1100 | 111110 | 101001 |
Color Harmonies of #A84128
Complementary color
Monochromatic Colors of #A84128
Black with #A84128
Text Example
Text Example
White with #A84128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84128; }
p { color: rgb(168,65,40); }
H1.HeaderClassName
{
color: #A84128;
}
.AnyTagClassName
{
color: #A84128;
}
</style>
background-color css
<style>
a { background-color: #A84128; }
a { background-color: rgb(168,65,40); }
div.DivClassName
{
background-color: #A84128;
}
.BgClassName
{
background-color: #A84128;
}
</style>
border-color css
<style>
span { border-color: #A84128; }
span { border-color: rgb(168,65,40); }
td.TdClassName
{
border-color: #A84128;
}
.TagClassName
{
border-color: #A84128;
}
</style>