Shades of Strikemaster #A3658A
Tints of Strikemaster #A3658A
RGB
CMYK
RGB Variations
Color information
#A3658A (or 0xA3658A) is known color: Strikemaster. HEX triplet: A3, 65 and 8A. RGB value is (163,101,138). Sum of RGB (Red+Green+Blue) = 163+101+138=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A3658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3658A is #5C9A75. Grayscale: #7B7B7B. Windows color (decimal): -6068854 or 9069987. OLE color: 9069987.
HSL color Cylindrical-coordinate representation of color #A3658A: hue angle of 324.19º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3658A is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 101 | 138 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.36 |
| HSL | 324.19º | 0.25% | 0.52% | - |
| HSV(B) | 324.19º | 0.38% | 0.64% | - |
| XYZ | 24.35 | 18.93 | 26.42 | - |
| YUV | 123.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 138 | 0 | 0.38 | 0.15 | 0.36 | 324.19 | 0.25 | 0.52 |
| Hex | A3 | 65 | 8A | 0 | 26 | F | 24 | 144 | 19 | 34 |
| Octal | 243 | 145 | 212 | 0 | 46 | 17 | 44 | 504 | 31 | 64 |
| Binary | 10100011 | 1100101 | 10001010 | 0 | 100110 | 1111 | 100100 | 101000100 | 11001 | 110100 |
Color Harmonies of #A3658A
Complementary color
Monochromatic Colors of #A3658A
Black with #A3658A
Text Example
Text Example
White with #A3658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3658A; }
p { color: rgb(163,101,138); }
H1.HeaderClassName
{
color: #A3658A;
}
.AnyTagClassName
{
color: #A3658A;
}
</style>
background-color css
<style>
a { background-color: #A3658A; }
a { background-color: rgb(163,101,138); }
div.DivClassName
{
background-color: #A3658A;
}
.BgClassName
{
background-color: #A3658A;
}
</style>
border-color css
<style>
span { border-color: #A3658A; }
span { border-color: rgb(163,101,138); }
td.TdClassName
{
border-color: #A3658A;
}
.TagClassName
{
border-color: #A3658A;
}
</style>