#AC658D

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

Shades of Strikemaster #AC658D

Tints of Strikemaster #AC658D

Color information

#AC658D (or 0xAC658D) is unknown color: approx Strikemaster. HEX triplet: AC, 65 and 8D. RGB value is (172,101,141). Sum of RGB (Red+Green+Blue) = 172+101+141=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC658D is #539A72. Grayscale: #7E7E7E. Windows color (decimal): -5479027 or 9266604. OLE color: 9266604.

HSL color Cylindrical-coordinate representation of color #AC658D: hue angle of 326.2º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC658D is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB172101141-
CMYK00.410.180.33
HSL326.2º29.96%53.53%-
HSV(B)326.2º41.28%67.45%-
XYZ26.472027.66-
YUV126.79136.02160.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=41.55%
G=24.40%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210114100.410.180.33326.229.9653.53
HexAC658D02912211461e36
Octal25414521505122415063666
Binary1010110011001011000110101010011001010000110100011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC658D; }

 p { color: rgb(172,101,141); }

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

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

 a { background-color: rgb(172,101,141); }

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

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

 span { border-color: rgb(172,101,141); }

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