#AD6092

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

Shades of Strikemaster #AD6092

Tints of Strikemaster #AD6092

Color information

#AD6092 (or 0xAD6092) is unknown color: approx Strikemaster. HEX triplet: AD, 60 and 92. RGB value is (173,96,146). Sum of RGB (Red+Green+Blue) = 173+96+146=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6092 is #529F6D. Grayscale: #7C7C7C. Windows color (decimal): -5414766 or 9593005. OLE color: 9593005.

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

Color convert

RGB17396146-
CMYK00.450.160.32
HSL321.04º31.95%52.75%-
HSV(B)321.04º44.51%67.84%-
XYZ26.619.3329.52-
YUV124.72140.01162.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=41.69%
G=23.13%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739614600.450.160.32321.0431.9552.75
HexAD609202D10201412035
Octal25514022205520405014065
Binary10101101110000010010010010110110000100000101000001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6092; }

 p { color: rgb(173,96,146); }

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

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

 a { background-color: rgb(173,96,146); }

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

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

 span { border-color: rgb(173,96,146); }

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