#A27088

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

Shades of Strikemaster #A27088

Tints of Strikemaster #A27088

Color information

#A27088 (or 0xA27088) is unknown color: approx Strikemaster. HEX triplet: A2, 70 and 88. RGB value is (162,112,136). Sum of RGB (Red+Green+Blue) = 162+112+136=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A27088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27088 is #5D8F77. Grayscale: #818181. Windows color (decimal): -6131576 or 8941730. OLE color: 8941730.

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

Color convert

RGB162112136-
CMYK00.310.160.36
HSL331.2º21.19%53.73%-
HSV(B)331.2º30.86%63.53%-
XYZ25.1421.0526.03-
YUV129.69131.56151.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 136 (53.52% from 255) = 33.17%
R=39.51%
G=27.32%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211213600.310.160.36331.221.1953.73
HexA2708801F102414b1536
Octal24216021003720445132566
Binary101000101110000100010000111111000010010010100101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27088; }

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

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

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

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

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

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

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

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