#A66484

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

Shades of Strikemaster #A66484

Tints of Strikemaster #A66484

Color information

#A66484 (or 0xA66484) is unknown color: approx Strikemaster. HEX triplet: A6, 64 and 84. RGB value is (166,100,132). Sum of RGB (Red+Green+Blue) = 166+100+132=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A66484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66484 is #599B7B. Grayscale: #7B7B7B. Windows color (decimal): -5872508 or 8676518. OLE color: 8676518.

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

Color convert

RGB166100132-
CMYK00.400.200.35
HSL330.91º27.05%52.16%-
HSV(B)330.91º39.76%65.1%-
XYZ24.4518.8924.19-
YUV123.38132.87158.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=41.71%
G=25.13%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610013200.400.200.35330.9127.0552.16
HexA66484028142314b1b34
Octal24614420405024435133364
Binary1010011011001001000010001010001010010001110100101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66484; }

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

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

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

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

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

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

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

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