Html Css Color HEX #AD6091 Strikemaster

📋 copy color: '#AD6091'

red 173 ◦ green 96 ◦ blue 145

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

Shades of Strikemaster #AD6091

Tints of Strikemaster #AD6091

RGB

 RED value IS 173 (67.97% from 255) = 41.79%

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

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

R = 41.79%
G = 23.19%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD6091 (or 0xAD6091) is known color: Strikemaster. HEX triplet: AD, 60 and 91. RGB value is (173,96,145). Sum of RGB (Red+Green+Blue) = 173+96+145=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6091 is #529F6E. Grayscale: #7C7C7C. Windows color (decimal): -5414767 or 9527469. OLE color: 9527469.

HSL color Cylindrical-coordinate representation of color #AD6091: hue angle of 321.82º 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 #AD6091 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 96 145 -
CMYK 0 0.45 0.16 0.32
HSL 321.82º 0.32% 0.53% -
HSV(B) 321.82º 0.45% 0.68% -
XYZ 26.53 19.29 29.11 -
YUV 124.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 173 96 145 0 0.45 0.16 0.32 321.82 0.32 0.53
Hex AD 60 91 0 2D 10 20 142 20 35
Octal 255 140 221 0 55 20 40 502 40 65
Binary 10101101 1100000 10010001 0 101101 10000 100000 101000010 100000 110101

Color Harmonies of #AD6091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6091

Black with #AD6091

Text Example


Text Example

White with #AD6091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6091; }

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

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

background-color css

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

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

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

border-color css

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

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

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