#AD6191

Color #AD6191 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #AD6191

Tints of Strikemaster #AD6191

Color information

#AD6191 (or 0xAD6191) is unknown color: approx Strikemaster. HEX triplet: AD, 61 and 91. RGB value is (173,97,145). Sum of RGB (Red+Green+Blue) = 173+97+145=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6191 is #529E6E. Grayscale: #7D7D7D. Windows color (decimal): -5414511 or 9527725. OLE color: 9527725.

HSL color Cylindrical-coordinate representation of color #AD6191: hue angle of 322.11º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6191 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB17397145-
CMYK00.440.160.32
HSL322.11º31.67%52.94%-
HSV(B)322.11º43.93%67.84%-
XYZ26.6219.4829.14-
YUV125.2139.18162.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 145 (57.03% from 255) = 34.94%
R=41.69%
G=23.37%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739714500.440.160.32322.1131.6752.94
HexAD619102C10201422035
Octal25514122105420405024065
Binary10101101110000110010001010110010000100000101000010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6191; }

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

 H1.HeaderClassName
 {
   color: #AD6191;
 }
 .AnyTagClassName
 {
   color: #AD6191;
 }
</style>
background-color css

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

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

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

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

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

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