Html Css Color HEX #A45584 Strikemaster

📋 copy color: '#A45584'

red 164 ◦ green 85 ◦ blue 132

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

Shades of Strikemaster #A45584

Tints of Strikemaster #A45584

RGB

 RED value IS 164 (64.45% from 255) = 43.04%

 GREEN value IS 85 (33.59% from 255) = 22.31%

 BLUE value IS 132 (51.95% from 255) = 34.65%

R = 43.04%
G = 22.31%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A45584 (or 0xA45584) is known color: Strikemaster. HEX triplet: A4, 55 and 84. RGB value is (164,85,132). Sum of RGB (Red+Green+Blue) = 164+85+132=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A45584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45584 is #5BAA7B. Grayscale: #717171. Windows color (decimal): -6007420 or 8672676. OLE color: 8672676.

HSL color Cylindrical-coordinate representation of color #A45584: hue angle of 324.3º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A45584 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 85 132 -
CMYK 0 0.48 0.20 0.36
HSL 324.3º 0.32% 0.49% -
HSV(B) 324.3º 0.48% 0.64% -
XYZ 22.72 16.06 23.73 -
YUV 113.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 164 85 132 0 0.48 0.20 0.36 324.3 0.32 0.49
Hex A4 55 84 0 30 14 24 144 20 31
Octal 244 125 204 0 60 24 44 504 40 61
Binary 10100100 1010101 10000100 0 110000 10100 100100 101000100 100000 110001

Color Harmonies of #A45584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45584

Black with #A45584

Text Example


Text Example

White with #A45584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45584; }

 p { color: rgb(164,85,132); }

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

background-color css

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

 a { background-color: rgb(164,85,132); }

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

border-color css

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

 span { border-color: rgb(164,85,132); }

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