#A1628A

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

Shades of Strikemaster #A1628A

Tints of Strikemaster #A1628A

Color information

#A1628A (or 0xA1628A) is unknown color: approx Strikemaster. HEX triplet: A1, 62 and 8A. RGB value is (161,98,138). Sum of RGB (Red+Green+Blue) = 161+98+138=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A1628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1628A is #5E9D75. Grayscale: #797979. Windows color (decimal): -6200694 or 9069217. OLE color: 9069217.

HSL color Cylindrical-coordinate representation of color #A1628A: hue angle of 321.9º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1628A is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16198138-
CMYK00.390.140.37
HSL321.9º25.1%50.78%-
HSV(B)321.9º39.13%63.14%-
XYZ23.6518.1526.3-
YUV121.4137.37156.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 138 (54.30% from 255) = 34.76%
R=40.55%
G=24.69%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619813800.390.140.37321.925.150.78
HexA1628A027E251421933
Octal24114221204716455023163
Binary101000011100010100010100100111111010010110100001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1628A; }

 p { color: rgb(161,98,138); }

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

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

 a { background-color: rgb(161,98,138); }

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

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

 span { border-color: rgb(161,98,138); }

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