Html Css Color HEX #A16C80 Strikemaster

📋 copy color: '#A16C80'

red 161 ◦ green 108 ◦ blue 128

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

Shades of Strikemaster #A16C80

Tints of Strikemaster #A16C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.2%

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

R = 40.55%
G = 27.2%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A16C80 (or 0xA16C80) is known color: Strikemaster. HEX triplet: A1, 6C and 80. RGB value is (161,108,128). Sum of RGB (Red+Green+Blue) = 161+108+128=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16C80 is #5E937F. Grayscale: #7E7E7E. Windows color (decimal): -6198144 or 8416417. OLE color: 8416417.

HSL color Cylindrical-coordinate representation of color #A16C80: hue angle of 337.36º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A16C80 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 108 128 -
CMYK 0 0.33 0.20 0.37
HSL 337.36º 0.22% 0.53% -
HSV(B) 337.36º 0.33% 0.63% -
XYZ 23.96 19.86 22.99 -
YUV 126.13 129.06 152.87 -
System Red Green Blue C M Y K H S L
Decimal 161 108 128 0 0.33 0.20 0.37 337.36 0.22 0.53
Hex A1 6C 80 0 21 14 25 151 16 35
Octal 241 154 200 0 41 24 45 521 26 65
Binary 10100001 1101100 10000000 0 100001 10100 100101 101010001 10110 110101

Color Harmonies of #A16C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16C80

Black with #A16C80

Text Example


Text Example

White with #A16C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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