Html Css Color HEX #AA6186 Strikemaster

📋 copy color: '#AA6186'

red 170 ◦ green 97 ◦ blue 134

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

Shades of Strikemaster #AA6186

Tints of Strikemaster #AA6186

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.19%

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

R = 42.39%
G = 24.19%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA6186 (or 0xAA6186) is known color: Strikemaster. HEX triplet: AA, 61 and 86. RGB value is (170,97,134). Sum of RGB (Red+Green+Blue) = 170+97+134=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6186 is #559E79. Grayscale: #7A7A7A. Windows color (decimal): -5611130 or 8806826. OLE color: 8806826.

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

Color convert

RGB 170 97 134 -
CMYK 0 0.43 0.21 0.33
HSL 329.59º 0.3% 0.52% -
HSV(B) 329.59º 0.43% 0.67% -
XYZ 25.16 18.82 24.86 -
YUV 123.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 170 97 134 0 0.43 0.21 0.33 329.59 0.3 0.52
Hex AA 61 86 0 2B 15 21 14A 1E 34
Octal 252 141 206 0 53 25 41 512 36 64
Binary 10101010 1100001 10000110 0 101011 10101 100001 101001010 11110 110100

Color Harmonies of #AA6186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6186

Black with #AA6186

Text Example


Text Example

White with #AA6186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6186; }

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

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

background-color css

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

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

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

border-color css

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

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

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