#A66C89

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

Shades of Strikemaster #A66C89

Tints of Strikemaster #A66C89

Color information

#A66C89 (or 0xA66C89) is unknown color: approx Strikemaster. HEX triplet: A6, 6C and 89. RGB value is (166,108,137). Sum of RGB (Red+Green+Blue) = 166+108+137=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66C89 is #599376. Grayscale: #808080. Windows color (decimal): -5870455 or 9006246. OLE color: 9006246.

HSL color Cylindrical-coordinate representation of color #A66C89: hue angle of 330º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A66C89 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB166108137-
CMYK00.350.170.35
HSL330º24.58%53.73%-
HSV(B)330º34.94%65.1%-
XYZ25.620.6426.3-
YUV128.65132.72154.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 137 (53.91% from 255) = 33.33%
R=40.39%
G=26.28%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610813700.350.170.3533024.5853.73
HexA66C89023112314a1936
Octal24615421104321435123166
Binary1010011011011001000100101000111000110001110100101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C89; }

 p { color: rgb(166,108,137); }

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

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

 a { background-color: rgb(166,108,137); }

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

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

 span { border-color: rgb(166,108,137); }

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