Shades of Rock Spray #A04428
Tints of Rock Spray #A04428
RGB
CMYK
RGB Variations
Color information
#A04428 (or 0xA04428) is known color: Rock Spray. HEX triplet: A0, 44 and 28. RGB value is (160,68,40). Sum of RGB (Red+Green+Blue) = 160+68+40=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A04428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04428 is #5FBBD7. Grayscale: #5C5C5C. Windows color (decimal): -6274008 or 2639008. OLE color: 2639008.
HSL color Cylindrical-coordinate representation of color #A04428: hue angle of 14º 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 #A04428 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 40 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.37 |
| HSL | 14º | 0.6% | 0.39% | - |
| HSV(B) | 14º | 0.75% | 0.63% | - |
| XYZ | 16.95 | 11.76 | 3.38 | - |
| YUV | 92.32 | 98.48 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 40 | 0 | 0.57 | 0.75 | 0.37 | 14 | 0.6 | 0.39 |
| Hex | A0 | 44 | 28 | 0 | 39 | 4B | 25 | E | 3C | 27 |
| Octal | 240 | 104 | 50 | 0 | 71 | 113 | 45 | 16 | 74 | 47 |
| Binary | 10100000 | 1000100 | 101000 | 0 | 111001 | 1001011 | 100101 | 1110 | 111100 | 100111 |
Color Harmonies of #A04428
Complementary color
Monochromatic Colors of #A04428
Black with #A04428
Text Example
Text Example
White with #A04428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04428; }
p { color: rgb(160,68,40); }
H1.HeaderClassName
{
color: #A04428;
}
.AnyTagClassName
{
color: #A04428;
}
</style>
background-color css
<style>
a { background-color: #A04428; }
a { background-color: rgb(160,68,40); }
div.DivClassName
{
background-color: #A04428;
}
.BgClassName
{
background-color: #A04428;
}
</style>
border-color css
<style>
span { border-color: #A04428; }
span { border-color: rgb(160,68,40); }
td.TdClassName
{
border-color: #A04428;
}
.TagClassName
{
border-color: #A04428;
}
</style>