#A66582

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

Shades of Strikemaster #A66582

Tints of Strikemaster #A66582

Color information

#A66582 (or 0xA66582) is unknown color: approx Strikemaster. HEX triplet: A6, 65 and 82. RGB value is (166,101,130). Sum of RGB (Red+Green+Blue) = 166+101+130=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A66582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66582 is #599A7D. Grayscale: #7B7B7B. Windows color (decimal): -5872254 or 8545702. OLE color: 8545702.

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

Color convert

RGB166101130-
CMYK00.390.220.35
HSL333.23º26.75%52.35%-
HSV(B)333.23º39.16%65.1%-
XYZ24.4119.0323.51-
YUV123.74131.53158.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=41.81%
G=25.44%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610113000.390.220.35333.2326.7552.35
HexA66582027162314d1b34
Octal24614520204726435153364
Binary1010011011001011000001001001111011010001110100110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66582; }

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

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

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

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

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

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

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

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