#A95E86

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

Shades of Strikemaster #A95E86

Tints of Strikemaster #A95E86

Color information

#A95E86 (or 0xA95E86) is unknown color: approx Strikemaster. HEX triplet: A9, 5E and 86. RGB value is (169,94,134). Sum of RGB (Red+Green+Blue) = 169+94+134=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95E86 is #56A179. Grayscale: #787878. Windows color (decimal): -5677434 or 8806057. OLE color: 8806057.

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

Color convert

RGB16994134-
CMYK00.440.210.34
HSL328º30.36%51.57%-
HSV(B)328º44.38%66.27%-
XYZ24.6718.1624.76-
YUV120.98135.35162.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=42.57%
G=23.68%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699413400.440.210.3432830.3651.57
HexA95E8602C15221481e34
Octal25113620605425425103664
Binary1010100110111101000011001011001010110001010100100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95E86; }

 p { color: rgb(169,94,134); }

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

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

 a { background-color: rgb(169,94,134); }

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

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

 span { border-color: rgb(169,94,134); }

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