Html Css Color HEX #AA698C Strikemaster

📋 copy color: '#AA698C'

red 170 ◦ green 105 ◦ blue 140

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

Shades of Strikemaster #AA698C

Tints of Strikemaster #AA698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.3%

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

R = 40.96%
G = 25.3%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA698C (or 0xAA698C) is known color: Strikemaster. HEX triplet: AA, 69 and 8C. RGB value is (170,105,140). Sum of RGB (Red+Green+Blue) = 170+105+140=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA698C is #559673. Grayscale: #808080. Windows color (decimal): -5609076 or 9202090. OLE color: 9202090.

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

Color convert

RGB 170 105 140 -
CMYK 0 0.38 0.18 0.33
HSL 327.69º 0.28% 0.54% -
HSV(B) 327.69º 0.38% 0.67% -
XYZ 26.36 20.54 27.39 -
YUV 128.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 170 105 140 0 0.38 0.18 0.33 327.69 0.28 0.54
Hex AA 69 8C 0 26 12 21 148 1C 36
Octal 252 151 214 0 46 22 41 510 34 66
Binary 10101010 1101001 10001100 0 100110 10010 100001 101001000 11100 110110

Color Harmonies of #AA698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA698C

Black with #AA698C

Text Example


Text Example

White with #AA698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA698C; }

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

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

background-color css

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

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

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

border-color css

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

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

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