#A76287

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

Shades of Strikemaster #A76287

Tints of Strikemaster #A76287

Color information

#A76287 (or 0xA76287) is unknown color: approx Strikemaster. HEX triplet: A7, 62 and 87. RGB value is (167,98,135). Sum of RGB (Red+Green+Blue) = 167+98+135=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A76287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76287 is #589D78. Grayscale: #7A7A7A. Windows color (decimal): -5807481 or 8872615. OLE color: 8872615.

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

Color convert

RGB16798135-
CMYK00.410.190.35
HSL327.83º28.16%51.96%-
HSV(B)327.83º41.32%65.49%-
XYZ24.6818.725.23-
YUV122.85134.86159.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.75%
GREEN value IS 98 (38.67% from 255) = 24.5%
BLUE value IS 135 (53.12% from 255) = 33.75%
R=41.75%
G=24.5%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679813500.410.190.35327.8328.1651.96
HexA7628702913231481c34
Octal24714220705123435103464
Binary1010011111000101000011101010011001110001110100100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76287; }

 p { color: rgb(167,98,135); }

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

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

 a { background-color: rgb(167,98,135); }

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

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

 span { border-color: rgb(167,98,135); }

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