#A16783

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

Shades of Strikemaster #A16783

Tints of Strikemaster #A16783

Color information

#A16783 (or 0xA16783) is unknown color: approx Strikemaster. HEX triplet: A1, 67 and 83. RGB value is (161,103,131). Sum of RGB (Red+Green+Blue) = 161+103+131=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A16783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16783 is #5E987C. Grayscale: #7B7B7B. Windows color (decimal): -6199421 or 8611745. OLE color: 8611745.

HSL color Cylindrical-coordinate representation of color #A16783: hue angle of 331.03º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A16783 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB161103131-
CMYK00.360.190.37
HSL331.03º23.58%51.76%-
HSV(B)331.03º36.02%63.14%-
XYZ23.6418.9223.88-
YUV123.53132.22154.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.76%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 131 (51.56% from 255) = 33.16%
R=40.76%
G=26.08%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110313100.360.190.37331.0323.5851.76
HexA16783024132514b1834
Octal24114720304423455133064
Binary1010000111001111000001101001001001110010110100101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16783; }

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

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

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

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

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

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

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

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