#A06B84

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

Shades of Strikemaster #A06B84

Tints of Strikemaster #A06B84

Color information

#A06B84 (or 0xA06B84) is unknown color: approx Strikemaster. HEX triplet: A0, 6B and 84. RGB value is (160,107,132). Sum of RGB (Red+Green+Blue) = 160+107+132=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06B84 is #5F947B. Grayscale: #7D7D7D. Windows color (decimal): -6263932 or 8678304. OLE color: 8678304.

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

Color convert

RGB160107132-
CMYK00.330.170.37
HSL331.7º21.81%52.35%-
HSV(B)331.7º33.13%62.75%-
XYZ23.9219.6524.36-
YUV125.7131.56152.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=40.10%
G=26.82%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010713200.330.170.37331.721.8152.35
HexA06B84021112514c1634
Octal24015320404121455142664
Binary1010000011010111000010001000011000110010110100110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06B84; }

 p { color: rgb(160,107,132); }

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

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

 a { background-color: rgb(160,107,132); }

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

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

 span { border-color: rgb(160,107,132); }

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