#A66080

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

Shades of Strikemaster #A66080

Tints of Strikemaster #A66080

Color information

#A66080 (or 0xA66080) is unknown color: approx Strikemaster. HEX triplet: A6, 60 and 80. RGB value is (166,96,128). Sum of RGB (Red+Green+Blue) = 166+96+128=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A66080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66080 is #599F7F. Grayscale: #787878. Windows color (decimal): -5873536 or 8413350. OLE color: 8413350.

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

Color convert

RGB16696128-
CMYK00.420.230.35
HSL332.57º28.23%51.37%-
HSV(B)332.57º42.17%65.1%-
XYZ23.8118.0322.65-
YUV120.58132.19160.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=42.56%
G=24.62%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669612800.420.230.35332.5728.2351.37
HexA6608002A172314d1c33
Octal24614020005227435153463
Binary1010011011000001000000001010101011110001110100110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66080; }

 p { color: rgb(166,96,128); }

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

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

 a { background-color: rgb(166,96,128); }

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

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

 span { border-color: rgb(166,96,128); }

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