#A9628F

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

Shades of Strikemaster #A9628F

Tints of Strikemaster #A9628F

Color information

#A9628F (or 0xA9628F) is unknown color: approx Strikemaster. HEX triplet: A9, 62 and 8F. RGB value is (169,98,143). Sum of RGB (Red+Green+Blue) = 169+98+143=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A9628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9628F is #569D70. Grayscale: #7C7C7C. Windows color (decimal): -5676401 or 9396905. OLE color: 9396905.

HSL color Cylindrical-coordinate representation of color #A9628F: hue angle of 321.97º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A9628F is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB16998143-
CMYK00.420.150.34
HSL321.97º29.22%52.35%-
HSV(B)321.97º42.01%66.27%-
XYZ25.6919.1528.33-
YUV124.36138.52159.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.22%
GREEN value IS 98 (38.67% from 255) = 23.90%
BLUE value IS 143 (56.25% from 255) = 34.88%
R=41.22%
G=23.90%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699814300.420.150.34321.9729.2252.35
HexA9628F02AF221421d34
Octal25114221705217425023564
Binary101010011100010100011110101010111110001010100001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9628F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9628F; }

 p { color: rgb(169,98,143); }

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

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

 a { background-color: rgb(169,98,143); }

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

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

 span { border-color: rgb(169,98,143); }

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