#A6628A

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

Shades of Strikemaster #A6628A

Tints of Strikemaster #A6628A

Color information

#A6628A (or 0xA6628A) is unknown color: approx Strikemaster. HEX triplet: A6, 62 and 8A. RGB value is (166,98,138). Sum of RGB (Red+Green+Blue) = 166+98+138=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A6628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6628A is #599D75. Grayscale: #7A7A7A. Windows color (decimal): -5873014 or 9069222. OLE color: 9069222.

HSL color Cylindrical-coordinate representation of color #A6628A: hue angle of 324.71º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6628A is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB16698138-
CMYK00.410.170.35
HSL324.71º27.64%51.76%-
HSV(B)324.71º40.96%65.1%-
XYZ24.6818.6826.35-
YUV122.89136.53158.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.29%
GREEN value IS 98 (38.67% from 255) = 24.38%
BLUE value IS 138 (54.30% from 255) = 34.33%
R=41.29%
G=24.38%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669813800.410.170.35324.7127.6451.76
HexA6628A02911231451c34
Octal24614221205121435053464
Binary1010011011000101000101001010011000110001110100010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6628A; }

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

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

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

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

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

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

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

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