#AA668B

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

Shades of Strikemaster #AA668B

Tints of Strikemaster #AA668B

Color information

#AA668B (or 0xAA668B) is unknown color: approx Strikemaster. HEX triplet: AA, 66 and 8B. RGB value is (170,102,139). Sum of RGB (Red+Green+Blue) = 170+102+139=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA668B is #559974. Grayscale: #7E7E7E. Windows color (decimal): -5609845 or 9135786. OLE color: 9135786.

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

Color convert

RGB170102139-
CMYK00.40.180.33
HSL327.35º28.57%53.33%-
HSV(B)327.35º40%66.67%-
XYZ25.9919.9126.9-
YUV126.55135.03158.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 139 (54.69% from 255) = 33.82%
R=41.36%
G=24.82%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010213900.40.180.33327.3528.5753.33
HexAA668B02812211471d35
Octal25214621305022415073565
Binary1010101011001101000101101010001001010000110100011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA668B; }

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

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

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

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

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

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

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

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