Shades of Rock Spray #A34430
Tints of Rock Spray #A34430
RGB
CMYK
RGB Variations
Color information
#A34430 (or 0xA34430) is known color: Rock Spray. HEX triplet: A3, 44 and 30. RGB value is (163,68,48). Sum of RGB (Red+Green+Blue) = 163+68+48=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A34430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34430 is #5CBBCF. Grayscale: #5E5E5E. Windows color (decimal): -6077392 or 3163299. OLE color: 3163299.
HSL color Cylindrical-coordinate representation of color #A34430: hue angle of 10.43º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A34430 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 68 | 48 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.36 |
| HSL | 10.43º | 0.55% | 0.41% | - |
| HSV(B) | 10.43º | 0.71% | 0.64% | - |
| XYZ | 17.7 | 12.13 | 4.21 | - |
| YUV | 94.13 | 101.97 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 48 | 0 | 0.58 | 0.71 | 0.36 | 10.43 | 0.55 | 0.41 |
| Hex | A3 | 44 | 30 | 0 | 3A | 47 | 24 | A | 37 | 29 |
| Octal | 243 | 104 | 60 | 0 | 72 | 107 | 44 | 12 | 67 | 51 |
| Binary | 10100011 | 1000100 | 110000 | 0 | 111010 | 1000111 | 100100 | 1010 | 110111 | 101001 |
Color Harmonies of #A34430
Complementary color
Monochromatic Colors of #A34430
Black with #A34430
Text Example
Text Example
White with #A34430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34430; }
p { color: rgb(163,68,48); }
H1.HeaderClassName
{
color: #A34430;
}
.AnyTagClassName
{
color: #A34430;
}
</style>
background-color css
<style>
a { background-color: #A34430; }
a { background-color: rgb(163,68,48); }
div.DivClassName
{
background-color: #A34430;
}
.BgClassName
{
background-color: #A34430;
}
</style>
border-color css
<style>
span { border-color: #A34430; }
span { border-color: rgb(163,68,48); }
td.TdClassName
{
border-color: #A34430;
}
.TagClassName
{
border-color: #A34430;
}
</style>