#A47088

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

Shades of Strikemaster #A47088

Tints of Strikemaster #A47088

Color information

#A47088 (or 0xA47088) is unknown color: approx Strikemaster. HEX triplet: A4, 70 and 88. RGB value is (164,112,136). Sum of RGB (Red+Green+Blue) = 164+112+136=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A47088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47088 is #5B8F77. Grayscale: #828282. Windows color (decimal): -6000504 or 8941732. OLE color: 8941732.

HSL color Cylindrical-coordinate representation of color #A47088: hue angle of 332.31º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A47088 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB164112136-
CMYK00.320.170.36
HSL332.31º22.22%54.12%-
HSV(B)332.31º31.71%64.31%-
XYZ25.5521.2626.05-
YUV130.28131.23152.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=39.81%
G=27.18%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411213600.320.170.36332.3122.2254.12
HexA47088020112414c1636
Octal24416021004021445142666
Binary1010010011100001000100001000001000110010010100110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47088; }

 p { color: rgb(164,112,136); }

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

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

 a { background-color: rgb(164,112,136); }

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

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

 span { border-color: rgb(164,112,136); }

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