Html Css Color HEX #AA5F89 Strikemaster

📋 copy color: '#AA5F89'

red 170 ◦ green 95 ◦ blue 137

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

Shades of Strikemaster #AA5F89

Tints of Strikemaster #AA5F89

RGB

 RED value IS 170 (66.8% from 255) = 42.29%

 GREEN value IS 95 (37.5% from 255) = 23.63%

 BLUE value IS 137 (53.91% from 255) = 34.08%

R = 42.29%
G = 23.63%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA5F89 (or 0xAA5F89) is known color: Strikemaster. HEX triplet: AA, 5F and 89. RGB value is (170,95,137). Sum of RGB (Red+Green+Blue) = 170+95+137=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5F89 is #55A076. Grayscale: #7A7A7A. Windows color (decimal): -5611639 or 9002922. OLE color: 9002922.

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

Color convert

RGB 170 95 137 -
CMYK 0 0.44 0.19 0.33
HSL 326.4º 0.31% 0.52% -
HSV(B) 326.4º 0.44% 0.67% -
XYZ 25.19 18.54 25.92 -
YUV 122.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 170 95 137 0 0.44 0.19 0.33 326.4 0.31 0.52
Hex AA 5F 89 0 2C 13 21 146 1F 34
Octal 252 137 211 0 54 23 41 506 37 64
Binary 10101010 1011111 10001001 0 101100 10011 100001 101000110 11111 110100

Color Harmonies of #AA5F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5F89

Black with #AA5F89

Text Example


Text Example

White with #AA5F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5F89; }

 p { color: rgb(170,95,137); }

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

background-color css

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

 a { background-color: rgb(170,95,137); }

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

border-color css

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

 span { border-color: rgb(170,95,137); }

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