Html Css Color HEX #AA688C Strikemaster

📋 copy color: '#AA688C'

red 170 ◦ green 104 ◦ blue 140

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

Shades of Strikemaster #AA688C

Tints of Strikemaster #AA688C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.12%

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

R = 41.06%
G = 25.12%
B = 33.82%

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

#AA688C (or 0xAA688C) is known color: Strikemaster. HEX triplet: AA, 68 and 8C. RGB value is (170,104,140). Sum of RGB (Red+Green+Blue) = 170+104+140=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA688C is #559773. Grayscale: #7F7F7F. Windows color (decimal): -5609332 or 9201834. OLE color: 9201834.

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

Color convert

RGB 170 104 140 -
CMYK 0 0.39 0.18 0.33
HSL 327.27º 0.28% 0.54% -
HSV(B) 327.27º 0.39% 0.67% -
XYZ 26.26 20.34 27.35 -
YUV 127.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 170 104 140 0 0.39 0.18 0.33 327.27 0.28 0.54
Hex AA 68 8C 0 27 12 21 147 1C 36
Octal 252 150 214 0 47 22 41 507 34 66
Binary 10101010 1101000 10001100 0 100111 10010 100001 101000111 11100 110110

Color Harmonies of #AA688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA688C

Black with #AA688C

Text Example


Text Example

White with #AA688C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA688C; }

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

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

background-color css

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

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

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

border-color css

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

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

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