#A6688C

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

Shades of Strikemaster #A6688C

Tints of Strikemaster #A6688C

Color information

#A6688C (or 0xA6688C) is unknown color: approx Strikemaster. HEX triplet: A6, 68 and 8C. RGB value is (166,104,140). Sum of RGB (Red+Green+Blue) = 166+104+140=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A6688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6688C is #599773. Grayscale: #7E7E7E. Windows color (decimal): -5871476 or 9201830. OLE color: 9201830.

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

Color convert

RGB166104140-
CMYK00.370.160.35
HSL325.16º25.83%52.94%-
HSV(B)325.16º37.35%65.1%-
XYZ25.4119.927.31-
YUV126.64135.54156.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 104 (41.02% from 255) = 25.37%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=40.49%
G=25.37%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610414000.370.160.35325.1625.8352.94
HexA6688C02510231451a35
Octal24615021404520435053265
Binary1010011011010001000110001001011000010001110100010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6688C; }

 p { color: rgb(166,104,140); }

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

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

 a { background-color: rgb(166,104,140); }

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

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

 span { border-color: rgb(166,104,140); }

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