Html Css Color HEX #AA668B Strikemaster

📋 copy color: '#AA668B'

red 170 ◦ green 102 ◦ blue 139

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

Shades of Strikemaster #AA668B

Tints of Strikemaster #AA668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.82%

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

R = 41.36%
G = 24.82%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA668B (or 0xAA668B) is known color: Strikemaster. HEX triplet: AA, 66 and 8B. RGB value is (170,102,139). Sum of RGB (Red+Green+Blue) = 170+102+139=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA668B is #559974. Grayscale: #7E7E7E. Windows color (decimal): -5609845 or 9135786. OLE color: 9135786.

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

Color convert

RGB 170 102 139 -
CMYK 0 0.4 0.18 0.33
HSL 327.35º 0.29% 0.53% -
HSV(B) 327.35º 0.4% 0.67% -
XYZ 25.99 19.91 26.9 -
YUV 126.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 170 102 139 0 0.4 0.18 0.33 327.35 0.29 0.53
Hex AA 66 8B 0 28 12 21 147 1D 35
Octal 252 146 213 0 50 22 41 507 35 65
Binary 10101010 1100110 10001011 0 101000 10010 100001 101000111 11101 110101

Color Harmonies of #AA668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA668B

Black with #AA668B

Text Example


Text Example

White with #AA668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA668B; }

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

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

background-color css

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

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

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

border-color css

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

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

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