Shades of Rock Spray #A53F2C
Tints of Rock Spray #A53F2C
RGB
CMYK
RGB Variations
Color information
#A53F2C (or 0xA53F2C) is known color: Rock Spray. HEX triplet: A5, 3F and 2C. RGB value is (165,63,44). Sum of RGB (Red+Green+Blue) = 165+63+44=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53F2C is #5AC0D3. Grayscale: #5B5B5B. Windows color (decimal): -5947604 or 2899877. OLE color: 2899877.
HSL color Cylindrical-coordinate representation of color #A53F2C: hue angle of 9.42º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A53F2C is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 63 | 44 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.35 |
| HSL | 9.42º | 0.58% | 0.41% | - |
| HSV(B) | 9.42º | 0.73% | 0.65% | - |
| XYZ | 17.75 | 11.74 | 3.71 | - |
| YUV | 91.33 | 101.29 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 44 | 0 | 0.62 | 0.73 | 0.35 | 9.42 | 0.58 | 0.41 |
| Hex | A5 | 3F | 2C | 0 | 3E | 49 | 23 | 9 | 3A | 29 |
| Octal | 245 | 77 | 54 | 0 | 76 | 111 | 43 | 11 | 72 | 51 |
| Binary | 10100101 | 111111 | 101100 | 0 | 111110 | 1001001 | 100011 | 1001 | 111010 | 101001 |
Color Harmonies of #A53F2C
Complementary color
Monochromatic Colors of #A53F2C
Black with #A53F2C
Text Example
Text Example
White with #A53F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53F2C; }
p { color: rgb(165,63,44); }
H1.HeaderClassName
{
color: #A53F2C;
}
.AnyTagClassName
{
color: #A53F2C;
}
</style>
background-color css
<style>
a { background-color: #A53F2C; }
a { background-color: rgb(165,63,44); }
div.DivClassName
{
background-color: #A53F2C;
}
.BgClassName
{
background-color: #A53F2C;
}
</style>
border-color css
<style>
span { border-color: #A53F2C; }
span { border-color: rgb(165,63,44); }
td.TdClassName
{
border-color: #A53F2C;
}
.TagClassName
{
border-color: #A53F2C;
}
</style>