#A46781

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

Shades of Strikemaster #A46781

Tints of Strikemaster #A46781

Color information

#A46781 (or 0xA46781) is unknown color: approx Strikemaster. HEX triplet: A4, 67 and 81. RGB value is (164,103,129). Sum of RGB (Red+Green+Blue) = 164+103+129=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A46781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46781 is #5B987E. Grayscale: #7C7C7C. Windows color (decimal): -6002815 or 8480676. OLE color: 8480676.

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

Color convert

RGB164103129-
CMYK00.370.210.36
HSL334.43º25.1%52.35%-
HSV(B)334.43º37.2%64.31%-
XYZ24.1219.1823.2-
YUV124.2130.71156.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 103 (40.62% from 255) = 26.01%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=41.41%
G=26.01%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410312900.370.210.36334.4325.152.35
HexA46781025152414e1934
Octal24414720104525445163164
Binary1010010011001111000000101001011010110010010100111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46781; }

 p { color: rgb(164,103,129); }

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

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

 a { background-color: rgb(164,103,129); }

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

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

 span { border-color: rgb(164,103,129); }

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