Shades of Rock Spray #A8401E
Tints of Rock Spray #A8401E
RGB
CMYK
RGB Variations
Color information
#A8401E (or 0xA8401E) is known color: Rock Spray. HEX triplet: A8, 40 and 1E. RGB value is (168,64,30). Sum of RGB (Red+Green+Blue) = 168+64+30=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A8401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8401E is #57BFE1. Grayscale: #5B5B5B. Windows color (decimal): -5750754 or 1982632. OLE color: 1982632.
HSL color Cylindrical-coordinate representation of color #A8401E: hue angle of 14.78º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8401E is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 30 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.34 |
| HSL | 14.78º | 0.7% | 0.39% | - |
| HSV(B) | 14.78º | 0.82% | 0.66% | - |
| XYZ | 18.22 | 12.09 | 2.6 | - |
| YUV | 91.22 | 93.46 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 30 | 0 | 0.62 | 0.82 | 0.34 | 14.78 | 0.7 | 0.39 |
| Hex | A8 | 40 | 1E | 0 | 3E | 52 | 22 | F | 46 | 27 |
| Octal | 250 | 100 | 36 | 0 | 76 | 122 | 42 | 17 | 106 | 47 |
| Binary | 10101000 | 1000000 | 11110 | 0 | 111110 | 1010010 | 100010 | 1111 | 1000110 | 100111 |
Color Harmonies of #A8401E
Complementary color
Monochromatic Colors of #A8401E
Black with #A8401E
Text Example
Text Example
White with #A8401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8401E; }
p { color: rgb(168,64,30); }
H1.HeaderClassName
{
color: #A8401E;
}
.AnyTagClassName
{
color: #A8401E;
}
</style>
background-color css
<style>
a { background-color: #A8401E; }
a { background-color: rgb(168,64,30); }
div.DivClassName
{
background-color: #A8401E;
}
.BgClassName
{
background-color: #A8401E;
}
</style>
border-color css
<style>
span { border-color: #A8401E; }
span { border-color: rgb(168,64,30); }
td.TdClassName
{
border-color: #A8401E;
}
.TagClassName
{
border-color: #A8401E;
}
</style>