#A36181

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

Shades of Strikemaster #A36181

Tints of Strikemaster #A36181

Color information

#A36181 (or 0xA36181) is unknown color: approx Strikemaster. HEX triplet: A3, 61 and 81. RGB value is (163,97,129). Sum of RGB (Red+Green+Blue) = 163+97+129=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A36181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36181 is #5C9E7E. Grayscale: #787878. Windows color (decimal): -6069887 or 8479139. OLE color: 8479139.

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

Color convert

RGB16397129-
CMYK00.400.210.36
HSL330.91º26.4%50.98%-
HSV(B)330.91º40.49%63.92%-
XYZ23.3417.9223-
YUV120.38132.87158.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.90%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 129 (50.78% from 255) = 33.16%
R=41.90%
G=24.94%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639712900.400.210.36330.9126.450.98
HexA36181028152414b1a33
Octal24314120105025445133263
Binary1010001111000011000000101010001010110010010100101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36181; }

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

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

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

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

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

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

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

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