Shades of Rock Spray #AD3D21
Tints of Rock Spray #AD3D21
RGB
CMYK
RGB Variations
Color information
#AD3D21 (or 0xAD3D21) is known color: Rock Spray. HEX triplet: AD, 3D and 21. RGB value is (173,61,33). Sum of RGB (Red+Green+Blue) = 173+61+33=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D21 is #52C2DE. Grayscale: #5B5B5B. Windows color (decimal): -5423839 or 2178477. OLE color: 2178477.
HSL color Cylindrical-coordinate representation of color #AD3D21: hue angle of 12º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD3D21 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 33 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.32 |
| HSL | 12º | 0.68% | 0.4% | - |
| HSV(B) | 12º | 0.81% | 0.68% | - |
| XYZ | 19.18 | 12.33 | 2.81 | - |
| YUV | 91.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 33 | 0 | 0.65 | 0.81 | 0.32 | 12 | 0.68 | 0.4 |
| Hex | AD | 3D | 21 | 0 | 41 | 51 | 20 | C | 44 | 28 |
| Octal | 255 | 75 | 41 | 0 | 101 | 121 | 40 | 14 | 104 | 50 |
| Binary | 10101101 | 111101 | 100001 | 0 | 1000001 | 1010001 | 100000 | 1100 | 1000100 | 101000 |
Color Harmonies of #AD3D21
Complementary color
Monochromatic Colors of #AD3D21
Black with #AD3D21
Text Example
Text Example
White with #AD3D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D21; }
p { color: rgb(173,61,33); }
H1.HeaderClassName
{
color: #AD3D21;
}
.AnyTagClassName
{
color: #AD3D21;
}
</style>
background-color css
<style>
a { background-color: #AD3D21; }
a { background-color: rgb(173,61,33); }
div.DivClassName
{
background-color: #AD3D21;
}
.BgClassName
{
background-color: #AD3D21;
}
</style>
border-color css
<style>
span { border-color: #AD3D21; }
span { border-color: rgb(173,61,33); }
td.TdClassName
{
border-color: #AD3D21;
}
.TagClassName
{
border-color: #AD3D21;
}
</style>