Shades of Rock Spray #A74428
Tints of Rock Spray #A74428
RGB
CMYK
RGB Variations
Color information
#A74428 (or 0xA74428) is known color: Rock Spray. HEX triplet: A7, 44 and 28. RGB value is (167,68,40). Sum of RGB (Red+Green+Blue) = 167+68+40=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A74428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74428 is #58BBD7. Grayscale: #5E5E5E. Windows color (decimal): -5815256 or 2639015. OLE color: 2639015.
HSL color Cylindrical-coordinate representation of color #A74428: hue angle of 13.23º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A74428 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 68 | 40 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.35 |
| HSL | 13.23º | 0.61% | 0.41% | - |
| HSV(B) | 13.23º | 0.76% | 0.65% | - |
| XYZ | 18.39 | 12.5 | 3.45 | - |
| YUV | 94.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 68 | 40 | 0 | 0.59 | 0.76 | 0.35 | 13.23 | 0.61 | 0.41 |
| Hex | A7 | 44 | 28 | 0 | 3B | 4C | 23 | D | 3D | 29 |
| Octal | 247 | 104 | 50 | 0 | 73 | 114 | 43 | 15 | 75 | 51 |
| Binary | 10100111 | 1000100 | 101000 | 0 | 111011 | 1001100 | 100011 | 1101 | 111101 | 101001 |
Color Harmonies of #A74428
Complementary color
Monochromatic Colors of #A74428
Black with #A74428
Text Example
Text Example
White with #A74428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74428; }
p { color: rgb(167,68,40); }
H1.HeaderClassName
{
color: #A74428;
}
.AnyTagClassName
{
color: #A74428;
}
</style>
background-color css
<style>
a { background-color: #A74428; }
a { background-color: rgb(167,68,40); }
div.DivClassName
{
background-color: #A74428;
}
.BgClassName
{
background-color: #A74428;
}
</style>
border-color css
<style>
span { border-color: #A74428; }
span { border-color: rgb(167,68,40); }
td.TdClassName
{
border-color: #A74428;
}
.TagClassName
{
border-color: #A74428;
}
</style>