Shades of Rock Spray #A34A2C
Tints of Rock Spray #A34A2C
RGB
CMYK
RGB Variations
Color information
#A34A2C (or 0xA34A2C) is known color: Rock Spray. HEX triplet: A3, 4A and 2C. RGB value is (163,74,44). Sum of RGB (Red+Green+Blue) = 163+74+44=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34A2C is #5CB5D3. Grayscale: #616161. Windows color (decimal): -6075860 or 2902691. OLE color: 2902691.
HSL color Cylindrical-coordinate representation of color #A34A2C: hue angle of 15.13º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A34A2C is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 44 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.36 |
| HSL | 15.13º | 0.57% | 0.41% | - |
| HSV(B) | 15.13º | 0.73% | 0.64% | - |
| XYZ | 18.01 | 12.87 | 3.92 | - |
| YUV | 97.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 44 | 0 | 0.55 | 0.73 | 0.36 | 15.13 | 0.57 | 0.41 |
| Hex | A3 | 4A | 2C | 0 | 37 | 49 | 24 | F | 39 | 29 |
| Octal | 243 | 112 | 54 | 0 | 67 | 111 | 44 | 17 | 71 | 51 |
| Binary | 10100011 | 1001010 | 101100 | 0 | 110111 | 1001001 | 100100 | 1111 | 111001 | 101001 |
Color Harmonies of #A34A2C
Complementary color
Monochromatic Colors of #A34A2C
Black with #A34A2C
Text Example
Text Example
White with #A34A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A2C; }
p { color: rgb(163,74,44); }
H1.HeaderClassName
{
color: #A34A2C;
}
.AnyTagClassName
{
color: #A34A2C;
}
</style>
background-color css
<style>
a { background-color: #A34A2C; }
a { background-color: rgb(163,74,44); }
div.DivClassName
{
background-color: #A34A2C;
}
.BgClassName
{
background-color: #A34A2C;
}
</style>
border-color css
<style>
span { border-color: #A34A2C; }
span { border-color: rgb(163,74,44); }
td.TdClassName
{
border-color: #A34A2C;
}
.TagClassName
{
border-color: #A34A2C;
}
</style>