#A66B8B

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

Shades of Strikemaster #A66B8B

Tints of Strikemaster #A66B8B

Color information

#A66B8B (or 0xA66B8B) is unknown color: approx Strikemaster. HEX triplet: A6, 6B and 8B. RGB value is (166,107,139). Sum of RGB (Red+Green+Blue) = 166+107+139=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B8B is #599474. Grayscale: #808080. Windows color (decimal): -5870709 or 9137062. OLE color: 9137062.

HSL color Cylindrical-coordinate representation of color #A66B8B: hue angle of 327.46º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66B8B is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB166107139-
CMYK00.360.160.35
HSL327.46º24.89%53.53%-
HSV(B)327.46º35.54%65.1%-
XYZ25.6420.4927.03-
YUV128.29134.05154.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=40.29%
G=25.97%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610713900.360.160.35327.4624.8953.53
HexA66B8B02410231471936
Octal24615321304420435073166
Binary1010011011010111000101101001001000010001110100011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B8B; }

 p { color: rgb(166,107,139); }

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

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

 a { background-color: rgb(166,107,139); }

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

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

 span { border-color: rgb(166,107,139); }

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