Shades of Rock Spray #A64023
Tints of Rock Spray #A64023
RGB
CMYK
RGB Variations
Color information
#A64023 (or 0xA64023) is known color: Rock Spray. HEX triplet: A6, 40 and 23. RGB value is (166,64,35). Sum of RGB (Red+Green+Blue) = 166+64+35=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A64023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64023 is #59BFDC. Grayscale: #5B5B5B. Windows color (decimal): -5881821 or 2310310. OLE color: 2310310.
HSL color Cylindrical-coordinate representation of color #A64023: hue angle of 13.28º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A64023 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 35 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.35 |
| HSL | 13.28º | 0.65% | 0.39% | - |
| HSV(B) | 13.28º | 0.79% | 0.65% | - |
| XYZ | 17.86 | 11.9 | 2.94 | - |
| YUV | 91.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 35 | 0 | 0.61 | 0.79 | 0.35 | 13.28 | 0.65 | 0.39 |
| Hex | A6 | 40 | 23 | 0 | 3D | 4F | 23 | D | 41 | 27 |
| Octal | 246 | 100 | 43 | 0 | 75 | 117 | 43 | 15 | 101 | 47 |
| Binary | 10100110 | 1000000 | 100011 | 0 | 111101 | 1001111 | 100011 | 1101 | 1000001 | 100111 |
Color Harmonies of #A64023
Complementary color
Monochromatic Colors of #A64023
Black with #A64023
Text Example
Text Example
White with #A64023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64023; }
p { color: rgb(166,64,35); }
H1.HeaderClassName
{
color: #A64023;
}
.AnyTagClassName
{
color: #A64023;
}
</style>
background-color css
<style>
a { background-color: #A64023; }
a { background-color: rgb(166,64,35); }
div.DivClassName
{
background-color: #A64023;
}
.BgClassName
{
background-color: #A64023;
}
</style>
border-color css
<style>
span { border-color: #A64023; }
span { border-color: rgb(166,64,35); }
td.TdClassName
{
border-color: #A64023;
}
.TagClassName
{
border-color: #A64023;
}
</style>