#A95E89

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

Shades of Strikemaster #A95E89

Tints of Strikemaster #A95E89

Color information

#A95E89 (or 0xA95E89) is unknown color: approx Strikemaster. HEX triplet: A9, 5E and 89. RGB value is (169,94,137). Sum of RGB (Red+Green+Blue) = 169+94+137=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95E89 is #56A176. Grayscale: #797979. Windows color (decimal): -5677431 or 9002665. OLE color: 9002665.

HSL color Cylindrical-coordinate representation of color #A95E89: hue angle of 325.6º 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 #A95E89 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB16994137-
CMYK00.440.190.34
HSL325.6º30.36%51.57%-
HSV(B)325.6º44.38%66.27%-
XYZ24.8818.2525.88-
YUV121.33136.85162-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 94 (37.11% from 255) = 23.5%
BLUE value IS 137 (53.91% from 255) = 34.25%
R=42.25%
G=23.5%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699413700.440.190.34325.630.3651.57
HexA95E8902C13221461e34
Octal25113621105423425063664
Binary1010100110111101000100101011001001110001010100011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95E89; }

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

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

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

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

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

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

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

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