#A06782

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

Shades of Strikemaster #A06782

Tints of Strikemaster #A06782

Color information

#A06782 (or 0xA06782) is unknown color: approx Strikemaster. HEX triplet: A0, 67 and 82. RGB value is (160,103,130). Sum of RGB (Red+Green+Blue) = 160+103+130=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A06782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06782 is #5F987D. Grayscale: #7B7B7B. Windows color (decimal): -6264958 or 8546208. OLE color: 8546208.

HSL color Cylindrical-coordinate representation of color #A06782: hue angle of 331.58º degrees, saturation: 0.23, 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 #A06782 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB160103130-
CMYK00.360.190.37
HSL331.58º23.08%51.57%-
HSV(B)331.58º35.62%62.75%-
XYZ23.3818.7923.51-
YUV123.12131.88154.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.71%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=40.71%
G=26.21%
B=33.08%

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
Decimal16010313000.360.190.37331.5823.0851.57
HexA06782024132514c1734
Octal24014720204423455142764
Binary1010000011001111000001001001001001110010110100110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06782; }

 p { color: rgb(160,103,130); }

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

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

 a { background-color: rgb(160,103,130); }

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

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

 span { border-color: rgb(160,103,130); }

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