#A66085

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

Shades of Strikemaster #A66085

Tints of Strikemaster #A66085

Color information

#A66085 (or 0xA66085) is unknown color: approx Strikemaster. HEX triplet: A6, 60 and 85. RGB value is (166,96,133). Sum of RGB (Red+Green+Blue) = 166+96+133=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A66085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66085 is #599F7A. Grayscale: #797979. Windows color (decimal): -5873531 or 8741030. OLE color: 8741030.

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

Color convert

RGB16696133-
CMYK00.420.200.35
HSL328.29º28.23%51.37%-
HSV(B)328.29º42.17%65.1%-
XYZ24.1418.1724.42-
YUV121.15134.69159.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=42.03%
G=24.30%
B=33.67%

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
Decimal1669613300.420.200.35328.2928.2351.37
HexA6608502A14231481c33
Octal24614020505224435103463
Binary1010011011000001000010101010101010010001110100100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66085; }

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

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

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

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

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

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

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

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