#A66785

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

Shades of Strikemaster #A66785

Tints of Strikemaster #A66785

Color information

#A66785 (or 0xA66785) is unknown color: approx Strikemaster. HEX triplet: A6, 67 and 85. RGB value is (166,103,133). Sum of RGB (Red+Green+Blue) = 166+103+133=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A66785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66785 is #59987A. Grayscale: #7D7D7D. Windows color (decimal): -5871739 or 8742822. OLE color: 8742822.

HSL color Cylindrical-coordinate representation of color #A66785: hue angle of 331.43º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A66785 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB166103133-
CMYK00.380.200.35
HSL331.43º26.14%52.75%-
HSV(B)331.43º37.95%65.1%-
XYZ24.8119.524.65-
YUV125.26132.37157.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.29%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=41.29%
G=25.62%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610313300.380.200.35331.4326.1452.75
HexA66785026142314b1a35
Octal24614720504624435133265
Binary1010011011001111000010101001101010010001110100101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66785; }

 p { color: rgb(166,103,133); }

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

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

 a { background-color: rgb(166,103,133); }

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

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

 span { border-color: rgb(166,103,133); }

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