#A26789

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

Shades of Strikemaster #A26789

Tints of Strikemaster #A26789

Color information

#A26789 (or 0xA26789) is unknown color: approx Strikemaster. HEX triplet: A2, 67 and 89. RGB value is (162,103,137). Sum of RGB (Red+Green+Blue) = 162+103+137=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A26789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26789 is #5D9876. Grayscale: #7C7C7C. Windows color (decimal): -6133879 or 9004962. OLE color: 9004962.

HSL color Cylindrical-coordinate representation of color #A26789: hue angle of 325.42º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A26789 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB162103137-
CMYK00.360.150.36
HSL325.42º24.08%51.96%-
HSV(B)325.42º36.42%63.53%-
XYZ24.2719.1926.09-
YUV124.52135.05154.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 137 (53.91% from 255) = 34.08%
R=40.30%
G=25.62%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210313700.360.150.36325.4224.0851.96
HexA26789024F241451834
Octal24214721104417445053064
Binary101000101100111100010010100100111110010010100010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26789; }

 p { color: rgb(162,103,137); }

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

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

 a { background-color: rgb(162,103,137); }

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

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

 span { border-color: rgb(162,103,137); }

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