#A6668D

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

Shades of Strikemaster #A6668D

Tints of Strikemaster #A6668D

Color information

#A6668D (or 0xA6668D) is unknown color: approx Strikemaster. HEX triplet: A6, 66 and 8D. RGB value is (166,102,141). Sum of RGB (Red+Green+Blue) = 166+102+141=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6668D is #599972. Grayscale: #7D7D7D. Windows color (decimal): -5871987 or 9266854. OLE color: 9266854.

HSL color Cylindrical-coordinate representation of color #A6668D: hue angle of 323.44º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6668D is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB166102141-
CMYK00.390.150.35
HSL323.44º26.45%52.55%-
HSV(B)323.44º38.55%65.1%-
XYZ25.2819.5327.64-
YUV125.58136.7156.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 141 (55.47% from 255) = 34.47%
R=40.59%
G=24.94%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610214100.390.150.35323.4426.4552.55
HexA6668D027F231431a35
Octal24614621504717435033265
Binary101001101100110100011010100111111110001110100001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6668D; }

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

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

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

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

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

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

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

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