Shades of Rock Spray #A34533
Tints of Rock Spray #A34533
RGB
CMYK
RGB Variations
Color information
#A34533 (or 0xA34533) is known color: Rock Spray. HEX triplet: A3, 45 and 33. RGB value is (163,69,51). Sum of RGB (Red+Green+Blue) = 163+69+51=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A34533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34533 is #5CBACC. Grayscale: #5F5F5F. Windows color (decimal): -6077133 or 3360163. OLE color: 3360163.
HSL color Cylindrical-coordinate representation of color #A34533: hue angle of 9.64º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A34533 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 69 | 51 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.36 |
| HSL | 9.64º | 0.52% | 0.42% | - |
| HSV(B) | 9.64º | 0.69% | 0.64% | - |
| XYZ | 17.83 | 12.28 | 4.56 | - |
| YUV | 95.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 51 | 0 | 0.58 | 0.69 | 0.36 | 9.64 | 0.52 | 0.42 |
| Hex | A3 | 45 | 33 | 0 | 3A | 45 | 24 | A | 34 | 2A |
| Octal | 243 | 105 | 63 | 0 | 72 | 105 | 44 | 12 | 64 | 52 |
| Binary | 10100011 | 1000101 | 110011 | 0 | 111010 | 1000101 | 100100 | 1010 | 110100 | 101010 |
Color Harmonies of #A34533
Complementary color
Monochromatic Colors of #A34533
Black with #A34533
Text Example
Text Example
White with #A34533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34533; }
p { color: rgb(163,69,51); }
H1.HeaderClassName
{
color: #A34533;
}
.AnyTagClassName
{
color: #A34533;
}
</style>
background-color css
<style>
a { background-color: #A34533; }
a { background-color: rgb(163,69,51); }
div.DivClassName
{
background-color: #A34533;
}
.BgClassName
{
background-color: #A34533;
}
</style>
border-color css
<style>
span { border-color: #A34533; }
span { border-color: rgb(163,69,51); }
td.TdClassName
{
border-color: #A34533;
}
.TagClassName
{
border-color: #A34533;
}
</style>