#a15b79

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

Shades of Strikemaster #A15B79

Tints of Strikemaster #A15B79

Color information

#A15B79 (or 0xA15B79) is unknown color: approx Strikemaster. HEX triplet: A1, 5B and 79. RGB value is (161,91,121). Sum of RGB (Red+Green+Blue) = 161+91+121=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15B79 is #5EA486. Grayscale: #737373. Windows color (decimal): -6202503 or 7953313. OLE color: 7953313.

HSL color Cylindrical-coordinate representation of color #A15B79: hue angle of 334.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A15B79 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB16191121-
CMYK00.430.250.37
HSL334.29º27.78%49.41%-
HSV(B)334.29º43.48%63.14%-
XYZ21.8916.4420.11-
YUV115.35131.19160.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 91 (35.94% from 255) = 24.40%
BLUE value IS 121 (47.66% from 255) = 32.44%
R=43.16%
G=24.40%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619112100.430.250.37334.2927.7849.41
HexA15B7902B192514e1c31
Octal24113317105331455163461
Binary101000011011011111100101010111100110010110100111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a15b79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a15b79; }

 p { color: rgb(161,91,121); }

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

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

 a { background-color: rgb(161,91,121); }

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

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

 span { border-color: rgb(161,91,121); }

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