#A76685

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

Shades of Strikemaster #A76685

Tints of Strikemaster #A76685

Color information

#A76685 (or 0xA76685) is unknown color: approx Strikemaster. HEX triplet: A7, 66 and 85. RGB value is (167,102,133). Sum of RGB (Red+Green+Blue) = 167+102+133=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A76685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76685 is #58997A. Grayscale: #7C7C7C. Windows color (decimal): -5806459 or 8742567. OLE color: 8742567.

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

Color convert

RGB167102133-
CMYK00.390.200.35
HSL331.38º26.97%52.75%-
HSV(B)331.38º38.92%65.49%-
XYZ24.9219.4124.62-
YUV124.97132.53157.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.54%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=41.54%
G=25.37%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710213300.390.200.35331.3826.9752.75
HexA76685027142314b1b35
Octal24714620504724435133365
Binary1010011111001101000010101001111010010001110100101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76685; }

 p { color: rgb(167,102,133); }

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

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

 a { background-color: rgb(167,102,133); }

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

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

 span { border-color: rgb(167,102,133); }

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