#A07184

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

Shades of Strikemaster #A07184

Tints of Strikemaster #A07184

Color information

#A07184 (or 0xA07184) is unknown color: approx Strikemaster. HEX triplet: A0, 71 and 84. RGB value is (160,113,132). Sum of RGB (Red+Green+Blue) = 160+113+132=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A07184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07184 is #5F8E7B. Grayscale: #818181. Windows color (decimal): -6262396 or 8679840. OLE color: 8679840.

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

Color convert

RGB160113132-
CMYK00.290.170.37
HSL335.74º19.83%53.53%-
HSV(B)335.74º29.37%62.75%-
XYZ24.5720.9524.58-
YUV129.22129.57149.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=39.51%
G=27.90%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011313200.290.170.37335.7419.8353.53
HexA0718401D11251501436
Octal24016120403521455202466
Binary101000001110001100001000111011000110010110101000010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07184; }

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

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

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

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

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

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

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

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