Shades of Rock Spray #A64121
Tints of Rock Spray #A64121
RGB
CMYK
RGB Variations
Color information
#A64121 (or 0xA64121) is known color: Rock Spray. HEX triplet: A6, 41 and 21. RGB value is (166,65,33). Sum of RGB (Red+Green+Blue) = 166+65+33=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A64121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64121 is #59BEDE. Grayscale: #5B5B5B. Windows color (decimal): -5881567 or 2179494. OLE color: 2179494.
HSL color Cylindrical-coordinate representation of color #A64121: hue angle of 14.44º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A64121 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 33 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.35 |
| HSL | 14.44º | 0.67% | 0.39% | - |
| HSV(B) | 14.44º | 0.8% | 0.65% | - |
| XYZ | 17.89 | 12 | 2.81 | - |
| YUV | 91.55 | 94.96 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 33 | 0 | 0.61 | 0.80 | 0.35 | 14.44 | 0.67 | 0.39 |
| Hex | A6 | 41 | 21 | 0 | 3D | 50 | 23 | E | 43 | 27 |
| Octal | 246 | 101 | 41 | 0 | 75 | 120 | 43 | 16 | 103 | 47 |
| Binary | 10100110 | 1000001 | 100001 | 0 | 111101 | 1010000 | 100011 | 1110 | 1000011 | 100111 |
Color Harmonies of #A64121
Complementary color
Monochromatic Colors of #A64121
Black with #A64121
Text Example
Text Example
White with #A64121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64121; }
p { color: rgb(166,65,33); }
H1.HeaderClassName
{
color: #A64121;
}
.AnyTagClassName
{
color: #A64121;
}
</style>
background-color css
<style>
a { background-color: #A64121; }
a { background-color: rgb(166,65,33); }
div.DivClassName
{
background-color: #A64121;
}
.BgClassName
{
background-color: #A64121;
}
</style>
border-color css
<style>
span { border-color: #A64121; }
span { border-color: rgb(166,65,33); }
td.TdClassName
{
border-color: #A64121;
}
.TagClassName
{
border-color: #A64121;
}
</style>