Shades of Rock Spray #A34334
Tints of Rock Spray #A34334
RGB
CMYK
RGB Variations
Color information
#A34334 (or 0xA34334) is known color: Rock Spray. HEX triplet: A3, 43 and 34. RGB value is (163,67,52). Sum of RGB (Red+Green+Blue) = 163+67+52=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A34334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34334 is #5CBCCB. Grayscale: #5E5E5E. Windows color (decimal): -6077644 or 3425187. OLE color: 3425187.
HSL color Cylindrical-coordinate representation of color #A34334: hue angle of 8.11º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A34334 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 67 | 52 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.36 |
| HSL | 8.11º | 0.52% | 0.42% | - |
| HSV(B) | 8.11º | 0.68% | 0.64% | - |
| XYZ | 17.73 | 12.05 | 4.64 | - |
| YUV | 93.99 | 104.3 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 52 | 0 | 0.59 | 0.68 | 0.36 | 8.11 | 0.52 | 0.42 |
| Hex | A3 | 43 | 34 | 0 | 3B | 44 | 24 | 8 | 34 | 2A |
| Octal | 243 | 103 | 64 | 0 | 73 | 104 | 44 | 10 | 64 | 52 |
| Binary | 10100011 | 1000011 | 110100 | 0 | 111011 | 1000100 | 100100 | 1000 | 110100 | 101010 |
Color Harmonies of #A34334
Complementary color
Monochromatic Colors of #A34334
Black with #A34334
Text Example
Text Example
White with #A34334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34334; }
p { color: rgb(163,67,52); }
H1.HeaderClassName
{
color: #A34334;
}
.AnyTagClassName
{
color: #A34334;
}
</style>
background-color css
<style>
a { background-color: #A34334; }
a { background-color: rgb(163,67,52); }
div.DivClassName
{
background-color: #A34334;
}
.BgClassName
{
background-color: #A34334;
}
</style>
border-color css
<style>
span { border-color: #A34334; }
span { border-color: rgb(163,67,52); }
td.TdClassName
{
border-color: #A34334;
}
.TagClassName
{
border-color: #A34334;
}
</style>