#A95C85

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

Shades of Strikemaster #A95C85

Tints of Strikemaster #A95C85

Color information

#A95C85 (or 0xA95C85) is unknown color: approx Strikemaster. HEX triplet: A9, 5C and 85. RGB value is (169,92,133). Sum of RGB (Red+Green+Blue) = 169+92+133=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95C85 is #56A37A. Grayscale: #777777. Windows color (decimal): -5677947 or 8740009. OLE color: 8740009.

HSL color Cylindrical-coordinate representation of color #A95C85: hue angle of 328.05º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95C85 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB16992133-
CMYK00.460.210.34
HSL328.05º30.92%51.18%-
HSV(B)328.05º45.56%66.27%-
XYZ24.4217.7824.34-
YUV119.7135.51163.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.89%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=42.89%
G=23.35%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699213300.460.210.34328.0530.9251.18
HexA95C8502E15221481f33
Octal25113420505625425103763
Binary1010100110111001000010101011101010110001010100100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C85; }

 p { color: rgb(169,92,133); }

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

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

 a { background-color: rgb(169,92,133); }

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

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

 span { border-color: rgb(169,92,133); }

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