Html Css Color HEX #AC5D90 Strikemaster

📋 copy color: '#AC5D90'

red 172 ◦ green 93 ◦ blue 144

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

Shades of Strikemaster #AC5D90

Tints of Strikemaster #AC5D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.74%

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

R = 42.05%
G = 22.74%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC5D90 (or 0xAC5D90) is known color: Strikemaster. HEX triplet: AC, 5D and 90. RGB value is (172,93,144). Sum of RGB (Red+Green+Blue) = 172+93+144=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D90 is #53A26F. Grayscale: #7A7A7A. Windows color (decimal): -5481072 or 9461164. OLE color: 9461164.

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

Color convert

RGB 172 93 144 -
CMYK 0 0.46 0.16 0.33
HSL 321.27º 0.32% 0.52% -
HSV(B) 321.27º 0.46% 0.67% -
XYZ 25.96 18.61 28.61 -
YUV 122.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 172 93 144 0 0.46 0.16 0.33 321.27 0.32 0.52
Hex AC 5D 90 0 2E 10 21 141 20 34
Octal 254 135 220 0 56 20 41 501 40 64
Binary 10101100 1011101 10010000 0 101110 10000 100001 101000001 100000 110100

Color Harmonies of #AC5D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D90

Black with #AC5D90

Text Example


Text Example

White with #AC5D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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