#A06C80

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

Shades of Strikemaster #A06C80

Tints of Strikemaster #A06C80

Color information

#A06C80 (or 0xA06C80) is unknown color: approx Strikemaster. HEX triplet: A0, 6C and 80. RGB value is (160,108,128). Sum of RGB (Red+Green+Blue) = 160+108+128=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06C80 is #5F937F. Grayscale: #7D7D7D. Windows color (decimal): -6263680 or 8416416. OLE color: 8416416.

HSL color Cylindrical-coordinate representation of color #A06C80: hue angle of 336.92º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06C80 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB160108128-
CMYK00.320.200.37
HSL336.92º21.49%52.55%-
HSV(B)336.92º32.5%62.75%-
XYZ23.7619.7622.98-
YUV125.83129.23152.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.40%
GREEN value IS 108 (42.58% from 255) = 27.27%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=40.40%
G=27.27%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010812800.320.200.37336.9221.4952.55
HexA06C8002014251511535
Octal24015420004024455212565
Binary1010000011011001000000001000001010010010110101000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C80; }

 p { color: rgb(160,108,128); }

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

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

 a { background-color: rgb(160,108,128); }

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

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

 span { border-color: rgb(160,108,128); }

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