#A66084

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

Shades of Strikemaster #A66084

Tints of Strikemaster #A66084

Color information

#A66084 (or 0xA66084) is unknown color: approx Strikemaster. HEX triplet: A6, 60 and 84. RGB value is (166,96,132). Sum of RGB (Red+Green+Blue) = 166+96+132=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A66084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66084 is #599F7B. Grayscale: #787878. Windows color (decimal): -5873532 or 8675494. OLE color: 8675494.

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

Color convert

RGB16696132-
CMYK00.420.200.35
HSL329.14º28.23%51.37%-
HSV(B)329.14º42.17%65.1%-
XYZ24.0718.1424.06-
YUV121.03134.19160.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 132 (51.95% from 255) = 33.50%
R=42.13%
G=24.37%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669613200.420.200.35329.1428.2351.37
HexA6608402A14231491c33
Octal24614020405224435113463
Binary1010011011000001000010001010101010010001110100100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66084; }

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

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

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

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

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

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

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

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