#A66481

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

Shades of Strikemaster #A66481

Tints of Strikemaster #A66481

Color information

#A66481 (or 0xA66481) is unknown color: approx Strikemaster. HEX triplet: A6, 64 and 81. RGB value is (166,100,129). Sum of RGB (Red+Green+Blue) = 166+100+129=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A66481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66481 is #599B7E. Grayscale: #7A7A7A. Windows color (decimal): -5872511 or 8479910. OLE color: 8479910.

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

Color convert

RGB166100129-
CMYK00.400.220.35
HSL333.64º27.05%52.16%-
HSV(B)333.64º39.76%65.1%-
XYZ24.2518.8123.12-
YUV123.04131.37158.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 129 (50.78% from 255) = 32.66%
R=42.03%
G=25.32%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610012900.400.220.35333.6427.0552.16
HexA66481028162314e1b34
Octal24614420105026435163364
Binary1010011011001001000000101010001011010001110100111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66481; }

 p { color: rgb(166,100,129); }

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

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

 a { background-color: rgb(166,100,129); }

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

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

 span { border-color: rgb(166,100,129); }

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