#A26F88

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

Shades of Strikemaster #A26F88

Tints of Strikemaster #A26F88

Color information

#A26F88 (or 0xA26F88) is unknown color: approx Strikemaster. HEX triplet: A2, 6F and 88. RGB value is (162,111,136). Sum of RGB (Red+Green+Blue) = 162+111+136=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26F88 is #5D9077. Grayscale: #818181. Windows color (decimal): -6131832 or 8941474. OLE color: 8941474.

HSL color Cylindrical-coordinate representation of color #A26F88: hue angle of 330.59º degrees, saturation: 0.22, 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 #A26F88 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB162111136-
CMYK00.310.160.36
HSL330.59º21.52%53.53%-
HSV(B)330.59º31.48%63.53%-
XYZ25.0320.8325.99-
YUV129.1131.9151.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.61%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 136 (53.52% from 255) = 33.25%
R=39.61%
G=27.14%
B=33.25%

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
Decimal16211113600.310.160.36330.5921.5253.53
HexA26F8801F102414b1636
Octal24215721003720445132666
Binary101000101101111100010000111111000010010010100101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F88; }

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

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

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

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

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

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

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

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