#a05d79

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

Shades of Strikemaster #A05D79

Tints of Strikemaster #A05D79

Color information

#A05D79 (or 0xA05D79) is unknown color: approx Strikemaster. HEX triplet: A0, 5D and 79. RGB value is (160,93,121). Sum of RGB (Red+Green+Blue) = 160+93+121=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05D79 is #5FA286. Grayscale: #747474. Windows color (decimal): -6267527 or 7953824. OLE color: 7953824.

HSL color Cylindrical-coordinate representation of color #A05D79: hue angle of 334.93º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A05D79 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB16093121-
CMYK00.420.240.37
HSL334.93º26.48%49.61%-
HSV(B)334.93º41.87%62.75%-
XYZ21.8616.6820.16-
YUV116.22130.7159.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=42.78%
G=24.87%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609312100.420.240.37334.9326.4849.61
HexA05D7902A182514f1a32
Octal24013517105230455173262
Binary101000001011101111100101010101100010010110100111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a05d79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a05d79; }

 p { color: rgb(160,93,121); }

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

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

 a { background-color: rgb(160,93,121); }

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

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

 span { border-color: rgb(160,93,121); }

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