Shades of Rock Spray #A34A2B
Tints of Rock Spray #A34A2B
RGB
CMYK
RGB Variations
Color information
#A34A2B (or 0xA34A2B) is known color: Rock Spray. HEX triplet: A3, 4A and 2B. RGB value is (163,74,43). Sum of RGB (Red+Green+Blue) = 163+74+43=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34A2B is #5CB5D4. Grayscale: #616161. Windows color (decimal): -6075861 or 2837155. OLE color: 2837155.
HSL color Cylindrical-coordinate representation of color #A34A2B: hue angle of 15.5º degrees, saturation: 0.58, 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 #A34A2B is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 43 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.36 |
| HSL | 15.5º | 0.58% | 0.4% | - |
| HSV(B) | 15.5º | 0.74% | 0.64% | - |
| XYZ | 17.99 | 12.86 | 3.82 | - |
| YUV | 97.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 43 | 0 | 0.55 | 0.74 | 0.36 | 15.5 | 0.58 | 0.4 |
| Hex | A3 | 4A | 2B | 0 | 37 | 4A | 24 | 10 | 3A | 28 |
| Octal | 243 | 112 | 53 | 0 | 67 | 112 | 44 | 20 | 72 | 50 |
| Binary | 10100011 | 1001010 | 101011 | 0 | 110111 | 1001010 | 100100 | 10000 | 111010 | 101000 |
Color Harmonies of #A34A2B
Complementary color
Monochromatic Colors of #A34A2B
Black with #A34A2B
Text Example
Text Example
White with #A34A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A2B; }
p { color: rgb(163,74,43); }
H1.HeaderClassName
{
color: #A34A2B;
}
.AnyTagClassName
{
color: #A34A2B;
}
</style>
background-color css
<style>
a { background-color: #A34A2B; }
a { background-color: rgb(163,74,43); }
div.DivClassName
{
background-color: #A34A2B;
}
.BgClassName
{
background-color: #A34A2B;
}
</style>
border-color css
<style>
span { border-color: #A34A2B; }
span { border-color: rgb(163,74,43); }
td.TdClassName
{
border-color: #A34A2B;
}
.TagClassName
{
border-color: #A34A2B;
}
</style>