Html Css Color HEX #AA648B Strikemaster

📋 copy color: '#AA648B'

red 170 ◦ green 100 ◦ blue 139

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

Shades of Strikemaster #AA648B

Tints of Strikemaster #AA648B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.45%

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

R = 41.56%
G = 24.45%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA648B (or 0xAA648B) is known color: Strikemaster. HEX triplet: AA, 64 and 8B. RGB value is (170,100,139). Sum of RGB (Red+Green+Blue) = 170+100+139=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA648B is #559B74. Grayscale: #7D7D7D. Windows color (decimal): -5610357 or 9135274. OLE color: 9135274.

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

Color convert

RGB 170 100 139 -
CMYK 0 0.41 0.18 0.33
HSL 326.57º 0.29% 0.53% -
HSV(B) 326.57º 0.41% 0.67% -
XYZ 25.79 19.52 26.84 -
YUV 125.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 170 100 139 0 0.41 0.18 0.33 326.57 0.29 0.53
Hex AA 64 8B 0 29 12 21 147 1D 35
Octal 252 144 213 0 51 22 41 507 35 65
Binary 10101010 1100100 10001011 0 101001 10010 100001 101000111 11101 110101

Color Harmonies of #AA648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA648B

Black with #AA648B

Text Example


Text Example

White with #AA648B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA648B; }

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

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

background-color css

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

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

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

border-color css

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

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

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