#A66287

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

Shades of Strikemaster #A66287

Tints of Strikemaster #A66287

Color information

#A66287 (or 0xA66287) is unknown color: approx Strikemaster. HEX triplet: A6, 62 and 87. RGB value is (166,98,135). Sum of RGB (Red+Green+Blue) = 166+98+135=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A66287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66287 is #599D78. Grayscale: #7A7A7A. Windows color (decimal): -5873017 or 8872614. OLE color: 8872614.

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

Color convert

RGB16698135-
CMYK00.410.190.35
HSL327.35º27.64%51.76%-
HSV(B)327.35º40.96%65.1%-
XYZ24.4718.5925.22-
YUV122.55135.03158.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 135 (53.12% from 255) = 33.83%
R=41.60%
G=24.56%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669813500.410.190.35327.3527.6451.76
HexA6628702913231471c34
Octal24614220705123435073464
Binary1010011011000101000011101010011001110001110100011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66287; }

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

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

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

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

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

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

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

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