Html Css Color HEX #AA5A86 Strikemaster

📋 copy color: '#AA5A86'

red 170 ◦ green 90 ◦ blue 134

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

Shades of Strikemaster #AA5A86

Tints of Strikemaster #AA5A86

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.84%

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 43.15%
G = 22.84%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA5A86 (or 0xAA5A86) is known color: Strikemaster. HEX triplet: AA, 5A and 86. RGB value is (170,90,134). Sum of RGB (Red+Green+Blue) = 170+90+134=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5A86 is #55A579. Grayscale: #767676. Windows color (decimal): -5612922 or 8805034. OLE color: 8805034.

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

Color convert

RGB 170 90 134 -
CMYK 0 0.47 0.21 0.33
HSL 327º 0.32% 0.51% -
HSV(B) 327º 0.47% 0.67% -
XYZ 24.54 17.58 24.65 -
YUV 118.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 170 90 134 0 0.47 0.21 0.33 327 0.32 0.51
Hex AA 5A 86 0 2F 15 21 147 20 33
Octal 252 132 206 0 57 25 41 507 40 63
Binary 10101010 1011010 10000110 0 101111 10101 100001 101000111 100000 110011

Color Harmonies of #AA5A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A86

Black with #AA5A86

Text Example


Text Example

White with #AA5A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A86; }

 p { color: rgb(170,90,134); }

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

background-color css

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

 a { background-color: rgb(170,90,134); }

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

border-color css

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

 span { border-color: rgb(170,90,134); }

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