Html Css Color HEX #AA598B Strikemaster

📋 copy color: '#AA598B'

red 170 ◦ green 89 ◦ blue 139

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

Shades of Strikemaster #AA598B

Tints of Strikemaster #AA598B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.36%

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 42.71%
G = 22.36%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA598B (or 0xAA598B) is known color: Strikemaster. HEX triplet: AA, 59 and 8B. RGB value is (170,89,139). Sum of RGB (Red+Green+Blue) = 170+89+139=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA598B is #55A674. Grayscale: #767676. Windows color (decimal): -5613173 or 9132458. OLE color: 9132458.

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

Color convert

RGB 170 89 139 -
CMYK 0 0.48 0.18 0.33
HSL 322.96º 0.32% 0.51% -
HSV(B) 322.96º 0.48% 0.67% -
XYZ 24.81 17.55 26.51 -
YUV 118.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 170 89 139 0 0.48 0.18 0.33 322.96 0.32 0.51
Hex AA 59 8B 0 30 12 21 143 20 33
Octal 252 131 213 0 60 22 41 503 40 63
Binary 10101010 1011001 10001011 0 110000 10010 100001 101000011 100000 110011

Color Harmonies of #AA598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA598B

Black with #AA598B

Text Example


Text Example

White with #AA598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA598B; }

 p { color: rgb(170,89,139); }

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

background-color css

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

 a { background-color: rgb(170,89,139); }

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

border-color css

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

 span { border-color: rgb(170,89,139); }

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