Shades of Rock Spray #A54431
Tints of Rock Spray #A54431
RGB
CMYK
RGB Variations
Color information
#A54431 (or 0xA54431) is known color: Rock Spray. HEX triplet: A5, 44 and 31. RGB value is (165,68,49). Sum of RGB (Red+Green+Blue) = 165+68+49=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A54431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54431 is #5ABBCE. Grayscale: #5F5F5F. Windows color (decimal): -5946319 or 3228837. OLE color: 3228837.
HSL color Cylindrical-coordinate representation of color #A54431: hue angle of 9.83º degrees, saturation: 0.54, 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 #A54431 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 68 | 49 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.35 |
| HSL | 9.83º | 0.54% | 0.42% | - |
| HSV(B) | 9.83º | 0.7% | 0.65% | - |
| XYZ | 18.14 | 12.36 | 4.33 | - |
| YUV | 94.84 | 102.14 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 68 | 49 | 0 | 0.59 | 0.70 | 0.35 | 9.83 | 0.54 | 0.42 |
| Hex | A5 | 44 | 31 | 0 | 3B | 46 | 23 | A | 36 | 2A |
| Octal | 245 | 104 | 61 | 0 | 73 | 106 | 43 | 12 | 66 | 52 |
| Binary | 10100101 | 1000100 | 110001 | 0 | 111011 | 1000110 | 100011 | 1010 | 110110 | 101010 |
Color Harmonies of #A54431
Complementary color
Monochromatic Colors of #A54431
Black with #A54431
Text Example
Text Example
White with #A54431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54431; }
p { color: rgb(165,68,49); }
H1.HeaderClassName
{
color: #A54431;
}
.AnyTagClassName
{
color: #A54431;
}
</style>
background-color css
<style>
a { background-color: #A54431; }
a { background-color: rgb(165,68,49); }
div.DivClassName
{
background-color: #A54431;
}
.BgClassName
{
background-color: #A54431;
}
</style>
border-color css
<style>
span { border-color: #A54431; }
span { border-color: rgb(165,68,49); }
td.TdClassName
{
border-color: #A54431;
}
.TagClassName
{
border-color: #A54431;
}
</style>