#A9628D

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

Shades of Strikemaster #A9628D

Tints of Strikemaster #A9628D

Color information

#A9628D (or 0xA9628D) is unknown color: approx Strikemaster. HEX triplet: A9, 62 and 8D. RGB value is (169,98,141). Sum of RGB (Red+Green+Blue) = 169+98+141=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A9628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9628D is #569D72. Grayscale: #7C7C7C. Windows color (decimal): -5676403 or 9265833. OLE color: 9265833.

HSL color Cylindrical-coordinate representation of color #A9628D: hue angle of 323.66º 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 #A9628D is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB16998141-
CMYK00.420.170.34
HSL323.66º29.22%52.35%-
HSV(B)323.66º42.01%66.27%-
XYZ25.5419.0927.54-
YUV124.13137.52160-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.42%
GREEN value IS 98 (38.67% from 255) = 24.02%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=41.42%
G=24.02%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699814100.420.170.34323.6629.2252.35
HexA9628D02A11221441d34
Octal25114221505221425043564
Binary1010100111000101000110101010101000110001010100010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9628D; }

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

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

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

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

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

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

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

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