#A66985

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

Shades of Strikemaster #A66985

Tints of Strikemaster #A66985

Color information

#A66985 (or 0xA66985) is unknown color: approx Strikemaster. HEX triplet: A6, 69 and 85. RGB value is (166,105,133). Sum of RGB (Red+Green+Blue) = 166+105+133=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A66985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66985 is #59967A. Grayscale: #7E7E7E. Windows color (decimal): -5871227 or 8743334. OLE color: 8743334.

HSL color Cylindrical-coordinate representation of color #A66985: hue angle of 332.46º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A66985 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB166105133-
CMYK00.370.200.35
HSL332.46º25.52%53.14%-
HSV(B)332.46º36.75%65.1%-
XYZ25.0119.924.71-
YUV126.43131.71156.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=41.09%
G=25.99%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610513300.370.200.35332.4625.5253.14
HexA66985025142314c1a35
Octal24615120504524435143265
Binary1010011011010011000010101001011010010001110100110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66985; }

 p { color: rgb(166,105,133); }

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

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

 a { background-color: rgb(166,105,133); }

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

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

 span { border-color: rgb(166,105,133); }

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