#A46181

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

Shades of Strikemaster #A46181

Tints of Strikemaster #A46181

Color information

#A46181 (or 0xA46181) is unknown color: approx Strikemaster. HEX triplet: A4, 61 and 81. RGB value is (164,97,129). Sum of RGB (Red+Green+Blue) = 164+97+129=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A46181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46181 is #5B9E7E. Grayscale: #787878. Windows color (decimal): -6004351 or 8479140. OLE color: 8479140.

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

Color convert

RGB16497129-
CMYK00.410.210.36
HSL331.34º26.91%51.18%-
HSV(B)331.34º40.85%64.31%-
XYZ23.5518.0323.01-
YUV120.68132.7158.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 129 (50.78% from 255) = 33.08%
R=42.05%
G=24.87%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649712900.410.210.36331.3426.9151.18
HexA46181029152414b1b33
Octal24414120105125445133363
Binary1010010011000011000000101010011010110010010100101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46181; }

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

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

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

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

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

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

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

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