#A0677B

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

Shades of Strikemaster #A0677B

Tints of Strikemaster #A0677B

Color information

#A0677B (or 0xA0677B) is unknown color: approx Strikemaster. HEX triplet: A0, 67 and 7B. RGB value is (160,103,123). Sum of RGB (Red+Green+Blue) = 160+103+123=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A0677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0677B is #5F9884. Grayscale: #7A7A7A. Windows color (decimal): -6264965 or 8087456. OLE color: 8087456.

HSL color Cylindrical-coordinate representation of color #A0677B: hue angle of 338.95º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0677B is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB160103123-
CMYK00.360.230.37
HSL338.95º23.08%51.57%-
HSV(B)338.95º35.62%62.75%-
XYZ22.9218.621.12-
YUV122.32128.38154.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.45%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=41.45%
G=26.68%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010312300.360.230.37338.9523.0851.57
HexA0677B02417251531734
Octal24014717304427455232764
Binary101000001100111111101101001001011110010110101001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0677B; }

 p { color: rgb(160,103,123); }

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

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

 a { background-color: rgb(160,103,123); }

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

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

 span { border-color: rgb(160,103,123); }

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