#A65D85

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

Shades of Strikemaster #A65D85

Tints of Strikemaster #A65D85

Color information

#A65D85 (or 0xA65D85) is unknown color: approx Strikemaster. HEX triplet: A6, 5D and 85. RGB value is (166,93,133). Sum of RGB (Red+Green+Blue) = 166+93+133=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65D85 is #59A27A. Grayscale: #777777. Windows color (decimal): -5874299 or 8740262. OLE color: 8740262.

HSL color Cylindrical-coordinate representation of color #A65D85: hue angle of 327.12º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65D85 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16693133-
CMYK00.440.200.35
HSL327.12º29.08%50.78%-
HSV(B)327.12º43.98%65.1%-
XYZ23.8717.6324.33-
YUV119.39135.68161.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 93 (36.72% from 255) = 23.72%
BLUE value IS 133 (52.34% from 255) = 33.93%
R=42.35%
G=23.72%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669313300.440.200.35327.1229.0850.78
HexA65D8502C14231471d33
Octal24613520505424435073563
Binary1010011010111011000010101011001010010001110100011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D85; }

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

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

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

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

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

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

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

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