Shades of Rock Spray #A9462A
Tints of Rock Spray #A9462A
RGB
CMYK
RGB Variations
Color information
#A9462A (or 0xA9462A) is known color: Rock Spray. HEX triplet: A9, 46 and 2A. RGB value is (169,70,42). Sum of RGB (Red+Green+Blue) = 169+70+42=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A9462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9462A is #56B9D5. Grayscale: #606060. Windows color (decimal): -5683670 or 2770601. OLE color: 2770601.
HSL color Cylindrical-coordinate representation of color #A9462A: hue angle of 13.23º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9462A is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 70 | 42 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.34 |
| HSL | 13.23º | 0.6% | 0.41% | - |
| HSV(B) | 13.23º | 0.75% | 0.66% | - |
| XYZ | 18.97 | 12.98 | 3.7 | - |
| YUV | 96.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 70 | 42 | 0 | 0.59 | 0.75 | 0.34 | 13.23 | 0.6 | 0.41 |
| Hex | A9 | 46 | 2A | 0 | 3B | 4B | 22 | D | 3C | 29 |
| Octal | 251 | 106 | 52 | 0 | 73 | 113 | 42 | 15 | 74 | 51 |
| Binary | 10101001 | 1000110 | 101010 | 0 | 111011 | 1001011 | 100010 | 1101 | 111100 | 101001 |
Color Harmonies of #A9462A
Complementary color
Monochromatic Colors of #A9462A
Black with #A9462A
Text Example
Text Example
White with #A9462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9462A; }
p { color: rgb(169,70,42); }
H1.HeaderClassName
{
color: #A9462A;
}
.AnyTagClassName
{
color: #A9462A;
}
</style>
background-color css
<style>
a { background-color: #A9462A; }
a { background-color: rgb(169,70,42); }
div.DivClassName
{
background-color: #A9462A;
}
.BgClassName
{
background-color: #A9462A;
}
</style>
border-color css
<style>
span { border-color: #A9462A; }
span { border-color: rgb(169,70,42); }
td.TdClassName
{
border-color: #A9462A;
}
.TagClassName
{
border-color: #A9462A;
}
</style>