Html Css Color HEX #AC5E90 Strikemaster

📋 copy color: '#AC5E90'

red 172 ◦ green 94 ◦ blue 144

#AC5E90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #AC5E90

Tints of Strikemaster #AC5E90

RGB

 RED value IS 172 (67.58% from 255) = 41.95%

 GREEN value IS 94 (37.11% from 255) = 22.93%

 BLUE value IS 144 (56.64% from 255) = 35.12%

R = 41.95%
G = 22.93%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC5E90 (or 0xAC5E90) is known color: Strikemaster. HEX triplet: AC, 5E and 90. RGB value is (172,94,144). Sum of RGB (Red+Green+Blue) = 172+94+144=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E90 is #53A16F. Grayscale: #7A7A7A. Windows color (decimal): -5480816 or 9461420. OLE color: 9461420.

HSL color Cylindrical-coordinate representation of color #AC5E90: hue angle of 321.54º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC5E90 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 94 144 -
CMYK 0 0.45 0.16 0.33
HSL 321.54º 0.32% 0.52% -
HSV(B) 321.54º 0.45% 0.67% -
XYZ 26.05 18.79 28.64 -
YUV 123.02 139.84 162.93 -
System Red Green Blue C M Y K H S L
Decimal 172 94 144 0 0.45 0.16 0.33 321.54 0.32 0.52
Hex AC 5E 90 0 2D 10 21 142 20 34
Octal 254 136 220 0 55 20 41 502 40 64
Binary 10101100 1011110 10010000 0 101101 10000 100001 101000010 100000 110100

Color Harmonies of #AC5E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E90

Black with #AC5E90

Text Example


Text Example

White with #AC5E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E90; }

 p { color: rgb(172,94,144); }

 H1.HeaderClassName
 {
   color: #AC5E90;
 }
 .AnyTagClassName
 {
   color: #AC5E90;
 }
</style>

background-color css

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

 a { background-color: rgb(172,94,144); }

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

border-color css

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

 span { border-color: rgb(172,94,144); }

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