Html Css Color HEX #A96191 Strikemaster

📋 copy color: '#A96191'

red 169 ◦ green 97 ◦ blue 145

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

Shades of Strikemaster #A96191

Tints of Strikemaster #A96191

RGB

 RED value IS 169 (66.41% from 255) = 41.12%

 GREEN value IS 97 (38.28% from 255) = 23.6%

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

R = 41.12%
G = 23.6%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A96191 (or 0xA96191) is known color: Strikemaster. HEX triplet: A9, 61 and 91. RGB value is (169,97,145). Sum of RGB (Red+Green+Blue) = 169+97+145=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A96191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96191 is #569E6E. Grayscale: #7B7B7B. Windows color (decimal): -5676655 or 9527721. OLE color: 9527721.

HSL color Cylindrical-coordinate representation of color #A96191: hue angle of 320º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96191 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 97 145 -
CMYK 0 0.43 0.14 0.34
HSL 320º 0.3% 0.52% -
HSV(B) 320º 0.43% 0.66% -
XYZ 25.75 19.03 29.1 -
YUV 124 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 169 97 145 0 0.43 0.14 0.34 320 0.3 0.52
Hex A9 61 91 0 2B E 22 140 1E 34
Octal 251 141 221 0 53 16 42 500 36 64
Binary 10101001 1100001 10010001 0 101011 1110 100010 101000000 11110 110100

Color Harmonies of #A96191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96191

Black with #A96191

Text Example


Text Example

White with #A96191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96191; }

 p { color: rgb(169,97,145); }

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

background-color css

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

 a { background-color: rgb(169,97,145); }

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

border-color css

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

 span { border-color: rgb(169,97,145); }

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