#A06C7F

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

Shades of Strikemaster #A06C7F

Tints of Strikemaster #A06C7F

Color information

#A06C7F (or 0xA06C7F) is unknown color: approx Strikemaster. HEX triplet: A0, 6C and 7F. RGB value is (160,108,127). Sum of RGB (Red+Green+Blue) = 160+108+127=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06C7F is #5F9380. Grayscale: #7D7D7D. Windows color (decimal): -6263681 or 8350880. OLE color: 8350880.

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

Color convert

RGB160108127-
CMYK00.320.210.37
HSL338.08º21.49%52.55%-
HSV(B)338.08º32.5%62.75%-
XYZ23.6919.7322.64-
YUV125.71128.73152.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 108 (42.58% from 255) = 27.34%
BLUE value IS 127 (50% from 255) = 32.15%
R=40.51%
G=27.34%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010812700.320.210.37338.0821.4952.55
HexA06C7F02015251521535
Octal24015417704025455222565
Binary101000001101100111111101000001010110010110101001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C7F; }

 p { color: rgb(160,108,127); }

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

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

 a { background-color: rgb(160,108,127); }

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

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

 span { border-color: rgb(160,108,127); }

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