Shades of Rock Spray #A5401E
Tints of Rock Spray #A5401E
RGB
CMYK
RGB Variations
Color information
#A5401E (or 0xA5401E) is known color: Rock Spray. HEX triplet: A5, 40 and 1E. RGB value is (165,64,30). Sum of RGB (Red+Green+Blue) = 165+64+30=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A5401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5401E is #5ABFE1. Grayscale: #5A5A5A. Windows color (decimal): -5947362 or 1982629. OLE color: 1982629.
HSL color Cylindrical-coordinate representation of color #A5401E: hue angle of 15.11º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5401E is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 64 | 30 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.35 |
| HSL | 15.11º | 0.69% | 0.38% | - |
| HSV(B) | 15.11º | 0.82% | 0.65% | - |
| XYZ | 17.58 | 11.76 | 2.57 | - |
| YUV | 90.32 | 93.96 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 30 | 0 | 0.61 | 0.82 | 0.35 | 15.11 | 0.69 | 0.38 |
| Hex | A5 | 40 | 1E | 0 | 3D | 52 | 23 | F | 45 | 26 |
| Octal | 245 | 100 | 36 | 0 | 75 | 122 | 43 | 17 | 105 | 46 |
| Binary | 10100101 | 1000000 | 11110 | 0 | 111101 | 1010010 | 100011 | 1111 | 1000101 | 100110 |
Color Harmonies of #A5401E
Complementary color
Monochromatic Colors of #A5401E
Black with #A5401E
Text Example
Text Example
White with #A5401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5401E; }
p { color: rgb(165,64,30); }
H1.HeaderClassName
{
color: #A5401E;
}
.AnyTagClassName
{
color: #A5401E;
}
</style>
background-color css
<style>
a { background-color: #A5401E; }
a { background-color: rgb(165,64,30); }
div.DivClassName
{
background-color: #A5401E;
}
.BgClassName
{
background-color: #A5401E;
}
</style>
border-color css
<style>
span { border-color: #A5401E; }
span { border-color: rgb(165,64,30); }
td.TdClassName
{
border-color: #A5401E;
}
.TagClassName
{
border-color: #A5401E;
}
</style>