#A45C7F

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

Shades of Strikemaster #A45C7F

Tints of Strikemaster #A45C7F

Color information

#A45C7F (or 0xA45C7F) is unknown color: approx Strikemaster. HEX triplet: A4, 5C and 7F. RGB value is (164,92,127). Sum of RGB (Red+Green+Blue) = 164+92+127=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45C7F is #5BA380. Grayscale: #757575. Windows color (decimal): -6005633 or 8346788. OLE color: 8346788.

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

Color convert

RGB16492127-
CMYK00.440.230.36
HSL330.83º28.35%50.2%-
HSV(B)330.83º43.9%64.31%-
XYZ22.9717.0822.16-
YUV117.52133.35161.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 127 (50% from 255) = 33.16%
R=42.82%
G=24.02%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649212700.440.230.36330.8328.3550.2
HexA45C7F02C172414b1c32
Octal24413417705427445133462
Binary101001001011100111111101011001011110010010100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45C7F; }

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

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

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

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

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

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

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

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