Shades of Rock Spray #A74124
Tints of Rock Spray #A74124
RGB
CMYK
RGB Variations
Color information
#A74124 (or 0xA74124) is known color: Rock Spray. HEX triplet: A7, 41 and 24. RGB value is (167,65,36). Sum of RGB (Red+Green+Blue) = 167+65+36=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A74124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74124 is #58BEDB. Grayscale: #5C5C5C. Windows color (decimal): -5816028 or 2376103. OLE color: 2376103.
HSL color Cylindrical-coordinate representation of color #A74124: hue angle of 13.28º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A74124 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 65 | 36 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.35 |
| HSL | 13.28º | 0.65% | 0.4% | - |
| HSV(B) | 13.28º | 0.78% | 0.65% | - |
| XYZ | 18.15 | 12.12 | 3.05 | - |
| YUV | 92.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 36 | 0 | 0.61 | 0.78 | 0.35 | 13.28 | 0.65 | 0.4 |
| Hex | A7 | 41 | 24 | 0 | 3D | 4E | 23 | D | 41 | 28 |
| Octal | 247 | 101 | 44 | 0 | 75 | 116 | 43 | 15 | 101 | 50 |
| Binary | 10100111 | 1000001 | 100100 | 0 | 111101 | 1001110 | 100011 | 1101 | 1000001 | 101000 |
Color Harmonies of #A74124
Complementary color
Monochromatic Colors of #A74124
Black with #A74124
Text Example
Text Example
White with #A74124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74124; }
p { color: rgb(167,65,36); }
H1.HeaderClassName
{
color: #A74124;
}
.AnyTagClassName
{
color: #A74124;
}
</style>
background-color css
<style>
a { background-color: #A74124; }
a { background-color: rgb(167,65,36); }
div.DivClassName
{
background-color: #A74124;
}
.BgClassName
{
background-color: #A74124;
}
</style>
border-color css
<style>
span { border-color: #A74124; }
span { border-color: rgb(167,65,36); }
td.TdClassName
{
border-color: #A74124;
}
.TagClassName
{
border-color: #A74124;
}
</style>