#A66483

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

Shades of Strikemaster #A66483

Tints of Strikemaster #A66483

Color information

#A66483 (or 0xA66483) is unknown color: approx Strikemaster. HEX triplet: A6, 64 and 83. RGB value is (166,100,131). Sum of RGB (Red+Green+Blue) = 166+100+131=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A66483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66483 is #599B7C. Grayscale: #7B7B7B. Windows color (decimal): -5872509 or 8610982. OLE color: 8610982.

HSL color Cylindrical-coordinate representation of color #A66483: hue angle of 331.82º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66483 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB166100131-
CMYK00.400.210.35
HSL331.82º27.05%52.16%-
HSV(B)331.82º39.76%65.1%-
XYZ24.3818.8623.83-
YUV123.27132.37158.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=41.81%
G=25.19%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610013100.400.210.35331.8227.0552.16
HexA66483028152314c1b34
Octal24614420305025435143364
Binary1010011011001001000001101010001010110001110100110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66483; }

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

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

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

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

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

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

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

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