#A06A89

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

Shades of Strikemaster #A06A89

Tints of Strikemaster #A06A89

Color information

#A06A89 (or 0xA06A89) is unknown color: approx Strikemaster. HEX triplet: A0, 6A and 89. RGB value is (160,106,137). Sum of RGB (Red+Green+Blue) = 160+106+137=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06A89 is #5F9576. Grayscale: #7D7D7D. Windows color (decimal): -6264183 or 9005728. OLE color: 9005728.

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

Color convert

RGB160106137-
CMYK00.340.140.37
HSL325.56º22.13%52.16%-
HSV(B)325.56º33.75%62.75%-
XYZ24.1719.5926.17-
YUV125.68134.39152.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.70%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 137 (53.91% from 255) = 34.00%
R=39.70%
G=26.30%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010613700.340.140.37325.5622.1352.16
HexA06A89022E251461634
Octal24015221104216455062664
Binary101000001101010100010010100010111010010110100011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06A89; }

 p { color: rgb(160,106,137); }

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

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

 a { background-color: rgb(160,106,137); }

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

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

 span { border-color: rgb(160,106,137); }

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