Shades of Rock Spray #A04628
Tints of Rock Spray #A04628
RGB
CMYK
RGB Variations
Color information
#A04628 (or 0xA04628) is known color: Rock Spray. HEX triplet: A0, 46 and 28. RGB value is (160,70,40). Sum of RGB (Red+Green+Blue) = 160+70+40=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A04628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04628 is #5FB9D7. Grayscale: #5D5D5D. Windows color (decimal): -6273496 or 2639520. OLE color: 2639520.
HSL color Cylindrical-coordinate representation of color #A04628: hue angle of 15º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A04628 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 40 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.37 |
| HSL | 15º | 0.6% | 0.39% | - |
| HSV(B) | 15º | 0.75% | 0.63% | - |
| XYZ | 17.07 | 12.01 | 3.43 | - |
| YUV | 93.49 | 97.82 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 40 | 0 | 0.56 | 0.75 | 0.37 | 15 | 0.6 | 0.39 |
| Hex | A0 | 46 | 28 | 0 | 38 | 4B | 25 | F | 3C | 27 |
| Octal | 240 | 106 | 50 | 0 | 70 | 113 | 45 | 17 | 74 | 47 |
| Binary | 10100000 | 1000110 | 101000 | 0 | 111000 | 1001011 | 100101 | 1111 | 111100 | 100111 |
Color Harmonies of #A04628
Complementary color
Monochromatic Colors of #A04628
Black with #A04628
Text Example
Text Example
White with #A04628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04628; }
p { color: rgb(160,70,40); }
H1.HeaderClassName
{
color: #A04628;
}
.AnyTagClassName
{
color: #A04628;
}
</style>
background-color css
<style>
a { background-color: #A04628; }
a { background-color: rgb(160,70,40); }
div.DivClassName
{
background-color: #A04628;
}
.BgClassName
{
background-color: #A04628;
}
</style>
border-color css
<style>
span { border-color: #A04628; }
span { border-color: rgb(160,70,40); }
td.TdClassName
{
border-color: #A04628;
}
.TagClassName
{
border-color: #A04628;
}
</style>