#A46685

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

Shades of Strikemaster #A46685

Tints of Strikemaster #A46685

Color information

#A46685 (or 0xA46685) is unknown color: approx Strikemaster. HEX triplet: A4, 66 and 85. RGB value is (164,102,133). Sum of RGB (Red+Green+Blue) = 164+102+133=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A46685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46685 is #5B997A. Grayscale: #7C7C7C. Windows color (decimal): -6003067 or 8742564. OLE color: 8742564.

HSL color Cylindrical-coordinate representation of color #A46685: hue angle of 330º 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 #A46685 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB164102133-
CMYK00.380.190.36
HSL330º25.41%52.16%-
HSV(B)330º37.8%64.31%-
XYZ24.2919.0924.59-
YUV124.07133.04156.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 133 (52.34% from 255) = 33.33%
R=41.10%
G=25.56%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410213300.380.190.3633025.4152.16
HexA46685026132414a1934
Octal24414620504623445123164
Binary1010010011001101000010101001101001110010010100101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46685; }

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

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

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

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

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

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

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

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