Shades of Rock Spray #A34432
Tints of Rock Spray #A34432
RGB
CMYK
RGB Variations
Color information
#A34432 (or 0xA34432) is known color: Rock Spray. HEX triplet: A3, 44 and 32. RGB value is (163,68,50). Sum of RGB (Red+Green+Blue) = 163+68+50=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A34432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34432 is #5CBBCD. Grayscale: #5E5E5E. Windows color (decimal): -6077390 or 3294371. OLE color: 3294371.
HSL color Cylindrical-coordinate representation of color #A34432: hue angle of 9.56º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A34432 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 68 | 50 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.36 |
| HSL | 9.56º | 0.53% | 0.42% | - |
| HSV(B) | 9.56º | 0.69% | 0.64% | - |
| XYZ | 17.75 | 12.15 | 4.43 | - |
| YUV | 94.35 | 102.97 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 50 | 0 | 0.58 | 0.69 | 0.36 | 9.56 | 0.53 | 0.42 |
| Hex | A3 | 44 | 32 | 0 | 3A | 45 | 24 | A | 35 | 2A |
| Octal | 243 | 104 | 62 | 0 | 72 | 105 | 44 | 12 | 65 | 52 |
| Binary | 10100011 | 1000100 | 110010 | 0 | 111010 | 1000101 | 100100 | 1010 | 110101 | 101010 |
Color Harmonies of #A34432
Complementary color
Monochromatic Colors of #A34432
Black with #A34432
Text Example
Text Example
White with #A34432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34432; }
p { color: rgb(163,68,50); }
H1.HeaderClassName
{
color: #A34432;
}
.AnyTagClassName
{
color: #A34432;
}
</style>
background-color css
<style>
a { background-color: #A34432; }
a { background-color: rgb(163,68,50); }
div.DivClassName
{
background-color: #A34432;
}
.BgClassName
{
background-color: #A34432;
}
</style>
border-color css
<style>
span { border-color: #A34432; }
span { border-color: rgb(163,68,50); }
td.TdClassName
{
border-color: #A34432;
}
.TagClassName
{
border-color: #A34432;
}
</style>