#A66187

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

Shades of Strikemaster #A66187

Tints of Strikemaster #A66187

Color information

#A66187 (or 0xA66187) is unknown color: approx Strikemaster. HEX triplet: A6, 61 and 87. RGB value is (166,97,135). Sum of RGB (Red+Green+Blue) = 166+97+135=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A66187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66187 is #599E78. Grayscale: #797979. Windows color (decimal): -5873273 or 8872358. OLE color: 8872358.

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

Color convert

RGB16697135-
CMYK00.420.190.35
HSL326.96º27.94%51.57%-
HSV(B)326.96º41.57%65.1%-
XYZ24.3718.4125.19-
YUV121.96135.36159.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 135 (53.12% from 255) = 33.92%
R=41.71%
G=24.37%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669713500.420.190.35326.9627.9451.57
HexA6618702A13231471c34
Octal24614120705223435073464
Binary1010011011000011000011101010101001110001110100011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66187; }

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

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

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

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

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

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

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

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