Shades of Rock Spray #A54232
Tints of Rock Spray #A54232
RGB
CMYK
RGB Variations
Color information
#A54232 (or 0xA54232) is known color: Rock Spray. HEX triplet: A5, 42 and 32. RGB value is (165,66,50). Sum of RGB (Red+Green+Blue) = 165+66+50=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A54232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54232 is #5ABDCD. Grayscale: #5D5D5D. Windows color (decimal): -5946830 or 3293861. OLE color: 3293861.
HSL color Cylindrical-coordinate representation of color #A54232: hue angle of 8.35º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A54232 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 66 | 50 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.35 |
| HSL | 8.35º | 0.53% | 0.42% | - |
| HSV(B) | 8.35º | 0.7% | 0.65% | - |
| XYZ | 18.04 | 12.13 | 4.41 | - |
| YUV | 93.78 | 103.3 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 66 | 50 | 0 | 0.60 | 0.70 | 0.35 | 8.35 | 0.53 | 0.42 |
| Hex | A5 | 42 | 32 | 0 | 3C | 46 | 23 | 8 | 35 | 2A |
| Octal | 245 | 102 | 62 | 0 | 74 | 106 | 43 | 10 | 65 | 52 |
| Binary | 10100101 | 1000010 | 110010 | 0 | 111100 | 1000110 | 100011 | 1000 | 110101 | 101010 |
Color Harmonies of #A54232
Complementary color
Monochromatic Colors of #A54232
Black with #A54232
Text Example
Text Example
White with #A54232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54232; }
p { color: rgb(165,66,50); }
H1.HeaderClassName
{
color: #A54232;
}
.AnyTagClassName
{
color: #A54232;
}
</style>
background-color css
<style>
a { background-color: #A54232; }
a { background-color: rgb(165,66,50); }
div.DivClassName
{
background-color: #A54232;
}
.BgClassName
{
background-color: #A54232;
}
</style>
border-color css
<style>
span { border-color: #A54232; }
span { border-color: rgb(165,66,50); }
td.TdClassName
{
border-color: #A54232;
}
.TagClassName
{
border-color: #A54232;
}
</style>