#A8668D

Color #A8668D Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #A8668D

Tints of Strikemaster #A8668D

Color information

#A8668D (or 0xA8668D) is unknown color: approx Strikemaster. HEX triplet: A8, 66 and 8D. RGB value is (168,102,141). Sum of RGB (Red+Green+Blue) = 168+102+141=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8668D is #579972. Grayscale: #7E7E7E. Windows color (decimal): -5740915 or 9266856. OLE color: 9266856.

HSL color Cylindrical-coordinate representation of color #A8668D: hue angle of 324.55º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8668D is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB168102141-
CMYK00.390.160.34
HSL324.55º27.5%52.94%-
HSV(B)324.55º39.29%65.88%-
XYZ25.7119.7527.66-
YUV126.18136.37157.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 40.88%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 141 (55.47% from 255) = 34.31%
R=40.88%
G=24.82%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810214100.390.160.34324.5527.552.94
HexA8668D02710221451c35
Octal25014621504720425053465
Binary1010100011001101000110101001111000010001010100010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8668D; }

 p { color: rgb(168,102,141); }

 H1.HeaderClassName
 {
   color: #A8668D;
 }
 .AnyTagClassName
 {
   color: #A8668D;
 }
</style>
background-color css

<style>
 a { background-color: #A8668D; }

 a { background-color: rgb(168,102,141); }

 div.DivClassName
 {
   background-color: #A8668D;
 }
 .BgClassName
 {
   background-color: #A8668D;
 }
</style>
border-color css

<style>
 span { border-color: #A8668D; }

 span { border-color: rgb(168,102,141); }

 td.TdClassName
 {
   border-color: #A8668D;
 }
 .TagClassName
 {
   border-color: #A8668D;
 }
</style>