#A66787

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

Shades of Strikemaster #A66787

Tints of Strikemaster #A66787

Color information

#A66787 (or 0xA66787) is unknown color: approx Strikemaster. HEX triplet: A6, 67 and 87. RGB value is (166,103,135). Sum of RGB (Red+Green+Blue) = 166+103+135=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A66787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66787 is #599878. Grayscale: #7D7D7D. Windows color (decimal): -5871737 or 8873894. OLE color: 8873894.

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

Color convert

RGB166103135-
CMYK00.380.190.35
HSL329.52º26.14%52.75%-
HSV(B)329.52º37.95%65.1%-
XYZ24.9519.5625.38-
YUV125.48133.37156.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 135 (53.12% from 255) = 33.42%
R=41.09%
G=25.50%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610313500.380.190.35329.5226.1452.75
HexA66787026132314a1a35
Octal24614720704623435123265
Binary1010011011001111000011101001101001110001110100101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66787; }

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

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

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

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

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

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

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

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