#A66188

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

Shades of Strikemaster #A66188

Tints of Strikemaster #A66188

Color information

#A66188 (or 0xA66188) is unknown color: approx Strikemaster. HEX triplet: A6, 61 and 88. RGB value is (166,97,136). Sum of RGB (Red+Green+Blue) = 166+97+136=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A66188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66188 is #599E77. Grayscale: #797979. Windows color (decimal): -5873272 or 8937894. OLE color: 8937894.

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

Color convert

RGB16697136-
CMYK00.420.180.35
HSL326.09º27.94%51.57%-
HSV(B)326.09º41.57%65.1%-
XYZ24.4418.4325.56-
YUV122.08135.86159.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=41.60%
G=24.31%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669713600.420.180.35326.0927.9451.57
HexA6618802A12231461c34
Octal24614121005222435063464
Binary1010011011000011000100001010101001010001110100011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66188; }

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

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

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

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

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

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

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

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