#A66988

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

Shades of Strikemaster #A66988

Tints of Strikemaster #A66988

Color information

#A66988 (or 0xA66988) is unknown color: approx Strikemaster. HEX triplet: A6, 69 and 88. RGB value is (166,105,136). Sum of RGB (Red+Green+Blue) = 166+105+136=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A66988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66988 is #599677. Grayscale: #7E7E7E. Windows color (decimal): -5871224 or 8939942. OLE color: 8939942.

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

Color convert

RGB166105136-
CMYK00.370.180.35
HSL329.51º25.52%53.14%-
HSV(B)329.51º36.75%65.1%-
XYZ25.2219.9925.82-
YUV126.77133.21155.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=40.79%
G=25.80%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610513600.370.180.35329.5125.5253.14
HexA66988025122314a1a35
Octal24615121004522435123265
Binary1010011011010011000100001001011001010001110100101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66988; }

 p { color: rgb(166,105,136); }

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

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

 a { background-color: rgb(166,105,136); }

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

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

 span { border-color: rgb(166,105,136); }

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