#A6658A

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

Shades of Strikemaster #A6658A

Tints of Strikemaster #A6658A

Color information

#A6658A (or 0xA6658A) is unknown color: approx Strikemaster. HEX triplet: A6, 65 and 8A. RGB value is (166,101,138). Sum of RGB (Red+Green+Blue) = 166+101+138=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A6658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6658A is #599A75. Grayscale: #7C7C7C. Windows color (decimal): -5872246 or 9069990. OLE color: 9069990.

HSL color Cylindrical-coordinate representation of color #A6658A: hue angle of 325.85º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6658A is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB166101138-
CMYK00.390.170.35
HSL325.85º26.75%52.35%-
HSV(B)325.85º39.16%65.1%-
XYZ24.9719.2526.44-
YUV124.65135.53157.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.99%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=40.99%
G=24.94%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610113800.390.170.35325.8526.7552.35
HexA6658A02711231461b34
Octal24614521204721435063364
Binary1010011011001011000101001001111000110001110100011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6658A; }

 p { color: rgb(166,101,138); }

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

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

 a { background-color: rgb(166,101,138); }

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

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

 span { border-color: rgb(166,101,138); }

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