Html Css Color HEX #A16180 Strikemaster

📋 copy color: '#A16180'

red 161 ◦ green 97 ◦ blue 128

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

Shades of Strikemaster #A16180

Tints of Strikemaster #A16180

RGB

 RED value IS 161 (63.28% from 255) = 41.71%

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

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 41.71%
G = 25.13%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A16180 (or 0xA16180) is known color: Strikemaster. HEX triplet: A1, 61 and 80. RGB value is (161,97,128). Sum of RGB (Red+Green+Blue) = 161+97+128=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A16180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16180 is #5E9E7F. Grayscale: #777777. Windows color (decimal): -6200960 or 8413601. OLE color: 8413601.

HSL color Cylindrical-coordinate representation of color #A16180: hue angle of 330.94º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16180 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 97 128 -
CMYK 0 0.40 0.20 0.37
HSL 330.94º 0.25% 0.51% -
HSV(B) 330.94º 0.4% 0.63% -
XYZ 22.87 17.68 22.63 -
YUV 119.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 161 97 128 0 0.40 0.20 0.37 330.94 0.25 0.51
Hex A1 61 80 0 28 14 25 14B 19 33
Octal 241 141 200 0 50 24 45 513 31 63
Binary 10100001 1100001 10000000 0 101000 10100 100101 101001011 11001 110011

Color Harmonies of #A16180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16180

Black with #A16180

Text Example


Text Example

White with #A16180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16180; }

 p { color: rgb(161,97,128); }

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

background-color css

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

 a { background-color: rgb(161,97,128); }

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

border-color css

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

 span { border-color: rgb(161,97,128); }

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