#A95D85

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

Shades of Strikemaster #A95D85

Tints of Strikemaster #A95D85

Color information

#A95D85 (or 0xA95D85) is unknown color: approx Strikemaster. HEX triplet: A9, 5D and 85. RGB value is (169,93,133). Sum of RGB (Red+Green+Blue) = 169+93+133=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95D85 is #56A27A. Grayscale: #787878. Windows color (decimal): -5677691 or 8740265. OLE color: 8740265.

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

Color convert

RGB16993133-
CMYK00.450.210.34
HSL328.42º30.65%51.37%-
HSV(B)328.42º44.97%66.27%-
XYZ24.5117.9624.36-
YUV120.28135.18162.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.78%
GREEN value IS 93 (36.72% from 255) = 23.54%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=42.78%
G=23.54%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699313300.450.210.34328.4230.6551.37
HexA95D8502D15221481f33
Octal25113520505525425103763
Binary1010100110111011000010101011011010110001010100100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D85; }

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

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

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

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

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

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

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

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