Html Css Color HEX #A96192 Strikemaster

📋 copy color: '#A96192'

red 169 ◦ green 97 ◦ blue 146

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

Shades of Strikemaster #A96192

Tints of Strikemaster #A96192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.44%

R = 41.02%
G = 23.54%
B = 35.44%

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

#A96192 (or 0xA96192) is known color: Strikemaster. HEX triplet: A9, 61 and 92. RGB value is (169,97,146). Sum of RGB (Red+Green+Blue) = 169+97+146=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A96192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96192 is #569E6D. Grayscale: #7B7B7B. Windows color (decimal): -5676654 or 9593257. OLE color: 9593257.

HSL color Cylindrical-coordinate representation of color #A96192: hue angle of 319.17º 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 #A96192 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 97 146 -
CMYK 0 0.43 0.14 0.34
HSL 319.17º 0.3% 0.52% -
HSV(B) 319.17º 0.43% 0.66% -
XYZ 25.83 19.06 29.51 -
YUV 124.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 169 97 146 0 0.43 0.14 0.34 319.17 0.3 0.52
Hex A9 61 92 0 2B E 22 13F 1E 34
Octal 251 141 222 0 53 16 42 477 36 64
Binary 10101001 1100001 10010010 0 101011 1110 100010 100111111 11110 110100

Color Harmonies of #A96192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96192

Black with #A96192

Text Example


Text Example

White with #A96192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96192; }

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

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

background-color css

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

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

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

border-color css

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

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

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