#AA628B

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

Shades of Strikemaster #AA628B

Tints of Strikemaster #AA628B

Color information

#AA628B (or 0xAA628B) is unknown color: approx Strikemaster. HEX triplet: AA, 62 and 8B. RGB value is (170,98,139). Sum of RGB (Red+Green+Blue) = 170+98+139=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA628B is #559D74. Grayscale: #7C7C7C. Windows color (decimal): -5610869 or 9134762. OLE color: 9134762.

HSL color Cylindrical-coordinate representation of color #AA628B: hue angle of 325.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA628B is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB17098139-
CMYK00.420.180.33
HSL325.83º29.75%52.55%-
HSV(B)325.83º42.35%66.67%-
XYZ25.6119.1526.77-
YUV124.2136.35160.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=41.77%
G=24.08%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709813900.420.180.33325.8329.7552.55
HexAA628B02A12211461e35
Octal25214221305222415063665
Binary1010101011000101000101101010101001010000110100011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA628B; }

 p { color: rgb(170,98,139); }

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

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

 a { background-color: rgb(170,98,139); }

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

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

 span { border-color: rgb(170,98,139); }

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