#A56783

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

Shades of Strikemaster #A56783

Tints of Strikemaster #A56783

Color information

#A56783 (or 0xA56783) is unknown color: approx Strikemaster. HEX triplet: A5, 67 and 83. RGB value is (165,103,131). Sum of RGB (Red+Green+Blue) = 165+103+131=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A56783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56783 is #5A987C. Grayscale: #7C7C7C. Windows color (decimal): -5937277 or 8611749. OLE color: 8611749.

HSL color Cylindrical-coordinate representation of color #A56783: hue angle of 332.9º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A56783 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB165103131-
CMYK00.380.210.35
HSL332.9º25.62%52.55%-
HSV(B)332.9º37.58%64.71%-
XYZ24.4619.3423.92-
YUV124.73131.54156.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 131 (51.56% from 255) = 32.83%
R=41.35%
G=25.81%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510313100.380.210.35332.925.6252.55
HexA56783026152314d1a35
Octal24514720304625435153265
Binary1010010111001111000001101001101010110001110100110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56783; }

 p { color: rgb(165,103,131); }

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

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

 a { background-color: rgb(165,103,131); }

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

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

 span { border-color: rgb(165,103,131); }

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