#A66685

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

Shades of Strikemaster #A66685

Tints of Strikemaster #A66685

Color information

#A66685 (or 0xA66685) is unknown color: approx Strikemaster. HEX triplet: A6, 66 and 85. RGB value is (166,102,133). Sum of RGB (Red+Green+Blue) = 166+102+133=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A66685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66685 is #59997A. Grayscale: #7C7C7C. Windows color (decimal): -5871995 or 8742566. OLE color: 8742566.

HSL color Cylindrical-coordinate representation of color #A66685: hue angle of 330.94º 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 #A66685 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB166102133-
CMYK00.390.200.35
HSL330.94º26.45%52.55%-
HSV(B)330.94º38.55%65.1%-
XYZ24.7119.324.61-
YUV124.67132.7157.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=41.40%
G=25.44%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610213300.390.200.35330.9426.4552.55
HexA66685027142314b1a35
Octal24614620504724435133265
Binary1010011011001101000010101001111010010001110100101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66685; }

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

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

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

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

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

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

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

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