Shades of Rock Spray #A53F2F
Tints of Rock Spray #A53F2F
RGB
CMYK
RGB Variations
Color information
#A53F2F (or 0xA53F2F) is known color: Rock Spray. HEX triplet: A5, 3F and 2F. RGB value is (165,63,47). Sum of RGB (Red+Green+Blue) = 165+63+47=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53F2F is #5AC0D0. Grayscale: #5B5B5B. Windows color (decimal): -5947601 or 3096485. OLE color: 3096485.
HSL color Cylindrical-coordinate representation of color #A53F2F: hue angle of 8.14º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A53F2F is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 63 | 47 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.35 |
| HSL | 8.14º | 0.56% | 0.42% | - |
| HSV(B) | 8.14º | 0.72% | 0.65% | - |
| XYZ | 17.81 | 11.76 | 4.02 | - |
| YUV | 91.67 | 102.79 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 47 | 0 | 0.62 | 0.72 | 0.35 | 8.14 | 0.56 | 0.42 |
| Hex | A5 | 3F | 2F | 0 | 3E | 48 | 23 | 8 | 38 | 2A |
| Octal | 245 | 77 | 57 | 0 | 76 | 110 | 43 | 10 | 70 | 52 |
| Binary | 10100101 | 111111 | 101111 | 0 | 111110 | 1001000 | 100011 | 1000 | 111000 | 101010 |
Color Harmonies of #A53F2F
Complementary color
Monochromatic Colors of #A53F2F
Black with #A53F2F
Text Example
Text Example
White with #A53F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53F2F; }
p { color: rgb(165,63,47); }
H1.HeaderClassName
{
color: #A53F2F;
}
.AnyTagClassName
{
color: #A53F2F;
}
</style>
background-color css
<style>
a { background-color: #A53F2F; }
a { background-color: rgb(165,63,47); }
div.DivClassName
{
background-color: #A53F2F;
}
.BgClassName
{
background-color: #A53F2F;
}
</style>
border-color css
<style>
span { border-color: #A53F2F; }
span { border-color: rgb(165,63,47); }
td.TdClassName
{
border-color: #A53F2F;
}
.TagClassName
{
border-color: #A53F2F;
}
</style>