Shades of Strikemaster #A8698A
Tints of Strikemaster #A8698A
RGB
CMYK
RGB Variations
Color information
#A8698A (or 0xA8698A) is known color: Strikemaster. HEX triplet: A8, 69 and 8A. RGB value is (168,105,138). Sum of RGB (Red+Green+Blue) = 168+105+138=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8698A is #579675. Grayscale: #7F7F7F. Windows color (decimal): -5740150 or 9071016. OLE color: 9071016.
HSL color Cylindrical-coordinate representation of color #A8698A: hue angle of 328.57º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8698A is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 138 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.34 |
| HSL | 328.57º | 0.27% | 0.54% | - |
| HSV(B) | 328.57º | 0.38% | 0.66% | - |
| XYZ | 25.79 | 20.26 | 26.6 | - |
| YUV | 127.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 138 | 0 | 0.38 | 0.18 | 0.34 | 328.57 | 0.27 | 0.54 |
| Hex | A8 | 69 | 8A | 0 | 26 | 12 | 22 | 149 | 1B | 36 |
| Octal | 250 | 151 | 212 | 0 | 46 | 22 | 42 | 511 | 33 | 66 |
| Binary | 10101000 | 1101001 | 10001010 | 0 | 100110 | 10010 | 100010 | 101001001 | 11011 | 110110 |
Color Harmonies of #A8698A
Complementary color
Monochromatic Colors of #A8698A
Black with #A8698A
Text Example
Text Example
White with #A8698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8698A; }
p { color: rgb(168,105,138); }
H1.HeaderClassName
{
color: #A8698A;
}
.AnyTagClassName
{
color: #A8698A;
}
</style>
background-color css
<style>
a { background-color: #A8698A; }
a { background-color: rgb(168,105,138); }
div.DivClassName
{
background-color: #A8698A;
}
.BgClassName
{
background-color: #A8698A;
}
</style>
border-color css
<style>
span { border-color: #A8698A; }
span { border-color: rgb(168,105,138); }
td.TdClassName
{
border-color: #A8698A;
}
.TagClassName
{
border-color: #A8698A;
}
</style>