Html Css Color HEX #AA618B Strikemaster

📋 copy color: '#AA618B'

red 170 ◦ green 97 ◦ blue 139

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

Shades of Strikemaster #AA618B

Tints of Strikemaster #AA618B

RGB

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

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

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

R = 41.87%
G = 23.89%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA618B (or 0xAA618B) is known color: Strikemaster. HEX triplet: AA, 61 and 8B. RGB value is (170,97,139). Sum of RGB (Red+Green+Blue) = 170+97+139=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA618B is #559E74. Grayscale: #7B7B7B. Windows color (decimal): -5611125 or 9134506. OLE color: 9134506.

HSL color Cylindrical-coordinate representation of color #AA618B: hue angle of 325.48º 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 #AA618B is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 97 139 -
CMYK 0 0.43 0.18 0.33
HSL 325.48º 0.3% 0.52% -
HSV(B) 325.48º 0.43% 0.67% -
XYZ 25.51 18.96 26.74 -
YUV 123.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 170 97 139 0 0.43 0.18 0.33 325.48 0.3 0.52
Hex AA 61 8B 0 2B 12 21 145 1E 34
Octal 252 141 213 0 53 22 41 505 36 64
Binary 10101010 1100001 10001011 0 101011 10010 100001 101000101 11110 110100

Color Harmonies of #AA618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA618B

Black with #AA618B

Text Example


Text Example

White with #AA618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA618B; }

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

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

background-color css

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

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

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

border-color css

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

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

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