Shades of Rock Spray #A3422A
Tints of Rock Spray #A3422A
RGB
CMYK
RGB Variations
Color information
#A3422A (or 0xA3422A) is known color: Rock Spray. HEX triplet: A3, 42 and 2A. RGB value is (163,66,42). Sum of RGB (Red+Green+Blue) = 163+66+42=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A3422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3422A is #5CBDD5. Grayscale: #5C5C5C. Windows color (decimal): -6077910 or 2769571. OLE color: 2769571.
HSL color Cylindrical-coordinate representation of color #A3422A: hue angle of 11.9º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3422A is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 66 | 42 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.36 |
| HSL | 11.9º | 0.59% | 0.4% | - |
| HSV(B) | 11.9º | 0.74% | 0.64% | - |
| XYZ | 17.47 | 11.85 | 3.56 | - |
| YUV | 92.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 42 | 0 | 0.60 | 0.74 | 0.36 | 11.9 | 0.59 | 0.4 |
| Hex | A3 | 42 | 2A | 0 | 3C | 4A | 24 | C | 3B | 28 |
| Octal | 243 | 102 | 52 | 0 | 74 | 112 | 44 | 14 | 73 | 50 |
| Binary | 10100011 | 1000010 | 101010 | 0 | 111100 | 1001010 | 100100 | 1100 | 111011 | 101000 |
Color Harmonies of #A3422A
Complementary color
Monochromatic Colors of #A3422A
Black with #A3422A
Text Example
Text Example
White with #A3422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3422A; }
p { color: rgb(163,66,42); }
H1.HeaderClassName
{
color: #A3422A;
}
.AnyTagClassName
{
color: #A3422A;
}
</style>
background-color css
<style>
a { background-color: #A3422A; }
a { background-color: rgb(163,66,42); }
div.DivClassName
{
background-color: #A3422A;
}
.BgClassName
{
background-color: #A3422A;
}
</style>
border-color css
<style>
span { border-color: #A3422A; }
span { border-color: rgb(163,66,42); }
td.TdClassName
{
border-color: #A3422A;
}
.TagClassName
{
border-color: #A3422A;
}
</style>