Html Css Color HEX #AA678C Strikemaster

📋 copy color: '#AA678C'

red 170 ◦ green 103 ◦ blue 140

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

Shades of Strikemaster #AA678C

Tints of Strikemaster #AA678C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.94%

 BLUE value IS 140 (55.08% from 255) = 33.9%

R = 41.16%
G = 24.94%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA678C (or 0xAA678C) is known color: Strikemaster. HEX triplet: AA, 67 and 8C. RGB value is (170,103,140). Sum of RGB (Red+Green+Blue) = 170+103+140=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA678C is #559873. Grayscale: #7F7F7F. Windows color (decimal): -5609588 or 9201578. OLE color: 9201578.

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

Color convert

RGB 170 103 140 -
CMYK 0 0.39 0.18 0.33
HSL 326.87º 0.28% 0.54% -
HSV(B) 326.87º 0.39% 0.67% -
XYZ 26.16 20.14 27.32 -
YUV 127.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 170 103 140 0 0.39 0.18 0.33 326.87 0.28 0.54
Hex AA 67 8C 0 27 12 21 147 1C 36
Octal 252 147 214 0 47 22 41 507 34 66
Binary 10101010 1100111 10001100 0 100111 10010 100001 101000111 11100 110110

Color Harmonies of #AA678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA678C

Black with #AA678C

Text Example


Text Example

White with #AA678C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA678C; }

 p { color: rgb(170,103,140); }

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

background-color css

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

 a { background-color: rgb(170,103,140); }

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

border-color css

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

 span { border-color: rgb(170,103,140); }

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