#A66282

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

Shades of Strikemaster #A66282

Tints of Strikemaster #A66282

Color information

#A66282 (or 0xA66282) is unknown color: approx Strikemaster. HEX triplet: A6, 62 and 82. RGB value is (166,98,130). Sum of RGB (Red+Green+Blue) = 166+98+130=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A66282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66282 is #599D7D. Grayscale: #797979. Windows color (decimal): -5873022 or 8544934. OLE color: 8544934.

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

Color convert

RGB16698130-
CMYK00.410.220.35
HSL331.76º27.64%51.76%-
HSV(B)331.76º40.96%65.1%-
XYZ24.1218.4523.41-
YUV121.98132.53159.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 98 (38.67% from 255) = 24.87%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=42.13%
G=24.87%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669813000.410.220.35331.7627.6451.76
HexA66282029162314c1c34
Octal24614220205126435143464
Binary1010011011000101000001001010011011010001110100110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66282; }

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

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

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

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

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

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

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

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