#A06C88

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

Shades of Strikemaster #A06C88

Tints of Strikemaster #A06C88

Color information

#A06C88 (or 0xA06C88) is unknown color: approx Strikemaster. HEX triplet: A0, 6C and 88. RGB value is (160,108,136). Sum of RGB (Red+Green+Blue) = 160+108+136=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06C88 is #5F9377. Grayscale: #7E7E7E. Windows color (decimal): -6263672 or 8940704. OLE color: 8940704.

HSL color Cylindrical-coordinate representation of color #A06C88: hue angle of 327.69º 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 #A06C88 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB160108136-
CMYK00.320.150.37
HSL327.69º21.49%52.55%-
HSV(B)327.69º32.5%62.75%-
XYZ24.319.9825.87-
YUV126.74133.23151.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.60%
GREEN value IS 108 (42.58% from 255) = 26.73%
BLUE value IS 136 (53.52% from 255) = 33.66%
R=39.60%
G=26.73%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010813600.320.150.37327.6921.4952.55
HexA06C88020F251481535
Octal24015421004017455102565
Binary101000001101100100010000100000111110010110100100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C88; }

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

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

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

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

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

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

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

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