#A45F7F

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

Shades of Strikemaster #A45F7F

Tints of Strikemaster #A45F7F

Color information

#A45F7F (or 0xA45F7F) is unknown color: approx Strikemaster. HEX triplet: A4, 5F and 7F. RGB value is (164,95,127). Sum of RGB (Red+Green+Blue) = 164+95+127=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F7F is #5BA080. Grayscale: #777777. Windows color (decimal): -6004865 or 8347556. OLE color: 8347556.

HSL color Cylindrical-coordinate representation of color #A45F7F: hue angle of 332.17º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A45F7F is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16495127-
CMYK00.420.230.36
HSL332.17º27.49%50.78%-
HSV(B)332.17º42.07%64.31%-
XYZ23.2317.6122.25-
YUV119.28132.36159.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 95 (37.5% from 255) = 24.61%
BLUE value IS 127 (50% from 255) = 32.90%
R=42.49%
G=24.61%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649512700.420.230.36332.1727.4950.78
HexA45F7F02A172414c1b33
Octal24413717705227445143363
Binary101001001011111111111101010101011110010010100110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F7F; }

 p { color: rgb(164,95,127); }

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

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

 a { background-color: rgb(164,95,127); }

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

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

 span { border-color: rgb(164,95,127); }

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