#A95D81

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

Shades of Strikemaster #A95D81

Tints of Strikemaster #A95D81

Color information

#A95D81 (or 0xA95D81) is unknown color: approx Strikemaster. HEX triplet: A9, 5D and 81. RGB value is (169,93,129). Sum of RGB (Red+Green+Blue) = 169+93+129=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95D81 is #56A27E. Grayscale: #777777. Windows color (decimal): -5677695 or 8478121. OLE color: 8478121.

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

Color convert

RGB16993129-
CMYK00.450.240.34
HSL331.58º30.65%51.37%-
HSV(B)331.58º44.97%66.27%-
XYZ24.2417.8522.94-
YUV119.83133.18163.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=43.22%
G=23.79%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699312900.450.240.34331.5830.6551.37
HexA95D8102D182214c1f33
Octal25113520105530425143763
Binary1010100110111011000000101011011100010001010100110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D81; }

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

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

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

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

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

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

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

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