Shades of Rock Spray #A84528
Tints of Rock Spray #A84528
RGB
CMYK
RGB Variations
Color information
#A84528 (or 0xA84528) is known color: Rock Spray. HEX triplet: A8, 45 and 28. RGB value is (168,69,40). Sum of RGB (Red+Green+Blue) = 168+69+40=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A84528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84528 is #57BAD7. Grayscale: #5F5F5F. Windows color (decimal): -5749464 or 2639272. OLE color: 2639272.
HSL color Cylindrical-coordinate representation of color #A84528: hue angle of 13.59º 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 #A84528 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 40 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.34 |
| HSL | 13.59º | 0.62% | 0.41% | - |
| HSV(B) | 13.59º | 0.76% | 0.66% | - |
| XYZ | 18.66 | 12.73 | 3.48 | - |
| YUV | 95.3 | 96.8 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 40 | 0 | 0.59 | 0.76 | 0.34 | 13.59 | 0.62 | 0.41 |
| Hex | A8 | 45 | 28 | 0 | 3B | 4C | 22 | E | 3E | 29 |
| Octal | 250 | 105 | 50 | 0 | 73 | 114 | 42 | 16 | 76 | 51 |
| Binary | 10101000 | 1000101 | 101000 | 0 | 111011 | 1001100 | 100010 | 1110 | 111110 | 101001 |
Color Harmonies of #A84528
Complementary color
Monochromatic Colors of #A84528
Black with #A84528
Text Example
Text Example
White with #A84528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84528; }
p { color: rgb(168,69,40); }
H1.HeaderClassName
{
color: #A84528;
}
.AnyTagClassName
{
color: #A84528;
}
</style>
background-color css
<style>
a { background-color: #A84528; }
a { background-color: rgb(168,69,40); }
div.DivClassName
{
background-color: #A84528;
}
.BgClassName
{
background-color: #A84528;
}
</style>
border-color css
<style>
span { border-color: #A84528; }
span { border-color: rgb(168,69,40); }
td.TdClassName
{
border-color: #A84528;
}
.TagClassName
{
border-color: #A84528;
}
</style>