#A66A87

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

Shades of Strikemaster #A66A87

Tints of Strikemaster #A66A87

Color information

#A66A87 (or 0xA66A87) is unknown color: approx Strikemaster. HEX triplet: A6, 6A and 87. RGB value is (166,106,135). Sum of RGB (Red+Green+Blue) = 166+106+135=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66A87 is #599578. Grayscale: #7F7F7F. Windows color (decimal): -5870969 or 8874662. OLE color: 8874662.

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

Color convert

RGB166106135-
CMYK00.360.190.35
HSL331º25.21%53.33%-
HSV(B)331º36.14%65.1%-
XYZ25.2520.1625.48-
YUV127.25132.38155.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=40.79%
G=26.04%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610613500.360.190.3533125.2153.33
HexA66A87024132314b1935
Octal24615220704423435133165
Binary1010011011010101000011101001001001110001110100101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A87; }

 p { color: rgb(166,106,135); }

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

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

 a { background-color: rgb(166,106,135); }

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

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

 span { border-color: rgb(166,106,135); }

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