#A46686

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

Shades of Strikemaster #A46686

Tints of Strikemaster #A46686

Color information

#A46686 (or 0xA46686) is unknown color: approx Strikemaster. HEX triplet: A4, 66 and 86. RGB value is (164,102,134). Sum of RGB (Red+Green+Blue) = 164+102+134=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A46686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46686 is #5B9979. Grayscale: #7C7C7C. Windows color (decimal): -6003066 or 8808100. OLE color: 8808100.

HSL color Cylindrical-coordinate representation of color #A46686: hue angle of 329.03º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46686 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB164102134-
CMYK00.380.180.36
HSL329.03º25.41%52.16%-
HSV(B)329.03º37.8%64.31%-
XYZ24.3619.1224.96-
YUV124.19133.54156.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 134 (52.73% from 255) = 33.5%
R=41%
G=25.5%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410213400.380.180.36329.0325.4152.16
HexA4668602612241491934
Octal24414620604622445113164
Binary1010010011001101000011001001101001010010010100100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46686; }

 p { color: rgb(164,102,134); }

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

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

 a { background-color: rgb(164,102,134); }

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

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

 span { border-color: rgb(164,102,134); }

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