#A66083

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

Shades of Strikemaster #A66083

Tints of Strikemaster #A66083

Color information

#A66083 (or 0xA66083) is unknown color: approx Strikemaster. HEX triplet: A6, 60 and 83. RGB value is (166,96,131). Sum of RGB (Red+Green+Blue) = 166+96+131=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A66083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66083 is #599F7C. Grayscale: #787878. Windows color (decimal): -5873533 or 8609958. OLE color: 8609958.

HSL color Cylindrical-coordinate representation of color #A66083: hue angle of 330º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66083 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB16696131-
CMYK00.420.210.35
HSL330º28.23%51.37%-
HSV(B)330º42.17%65.1%-
XYZ24.0118.1123.7-
YUV120.92133.69160.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 131 (51.56% from 255) = 33.33%
R=42.24%
G=24.43%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669613100.420.210.3533028.2351.37
HexA6608302A152314a1c33
Octal24614020305225435123463
Binary1010011011000001000001101010101010110001110100101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66083; }

 p { color: rgb(166,96,131); }

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

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

 a { background-color: rgb(166,96,131); }

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

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

 span { border-color: rgb(166,96,131); }

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