Html Css Color HEX #AA6091 Strikemaster

📋 copy color: '#AA6091'

red 170 ◦ green 96 ◦ blue 145

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

Shades of Strikemaster #AA6091

Tints of Strikemaster #AA6091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.36%

 BLUE value IS 145 (57.03% from 255) = 35.28%

R = 41.36%
G = 23.36%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA6091 (or 0xAA6091) is known color: Strikemaster. HEX triplet: AA, 60 and 91. RGB value is (170,96,145). Sum of RGB (Red+Green+Blue) = 170+96+145=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6091 is #559F6E. Grayscale: #7B7B7B. Windows color (decimal): -5611375 or 9527466. OLE color: 9527466.

HSL color Cylindrical-coordinate representation of color #AA6091: hue angle of 320.27º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA6091 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 96 145 -
CMYK 0 0.44 0.15 0.33
HSL 320.27º 0.3% 0.52% -
HSV(B) 320.27º 0.44% 0.67% -
XYZ 25.87 18.96 29.08 -
YUV 123.71 140.02 161.02 -
System Red Green Blue C M Y K H S L
Decimal 170 96 145 0 0.44 0.15 0.33 320.27 0.3 0.52
Hex AA 60 91 0 2C F 21 140 1E 34
Octal 252 140 221 0 54 17 41 500 36 64
Binary 10101010 1100000 10010001 0 101100 1111 100001 101000000 11110 110100

Color Harmonies of #AA6091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6091

Black with #AA6091

Text Example


Text Example

White with #AA6091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6091; }

 p { color: rgb(170,96,145); }

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

background-color css

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

 a { background-color: rgb(170,96,145); }

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

border-color css

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

 span { border-color: rgb(170,96,145); }

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