Html Css Color HEX #A16D82 Strikemaster

📋 copy color: '#A16D82'

red 161 ◦ green 109 ◦ blue 130

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

Shades of Strikemaster #A16D82

Tints of Strikemaster #A16D82

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.25%

 BLUE value IS 130 (51.17% from 255) = 32.5%

R = 40.25%
G = 27.25%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A16D82 (or 0xA16D82) is known color: Strikemaster. HEX triplet: A1, 6D and 82. RGB value is (161,109,130). Sum of RGB (Red+Green+Blue) = 161+109+130=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16D82 is #5E927D. Grayscale: #7E7E7E. Windows color (decimal): -6197886 or 8547745. OLE color: 8547745.

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

Color convert

RGB 161 109 130 -
CMYK 0 0.32 0.19 0.37
HSL 335.77º 0.22% 0.53% -
HSV(B) 335.77º 0.32% 0.63% -
XYZ 24.2 20.13 23.73 -
YUV 126.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 161 109 130 0 0.32 0.19 0.37 335.77 0.22 0.53
Hex A1 6D 82 0 20 13 25 150 16 35
Octal 241 155 202 0 40 23 45 520 26 65
Binary 10100001 1101101 10000010 0 100000 10011 100101 101010000 10110 110101

Color Harmonies of #A16D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16D82

Black with #A16D82

Text Example


Text Example

White with #A16D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16D82; }

 p { color: rgb(161,109,130); }

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

background-color css

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

 a { background-color: rgb(161,109,130); }

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

border-color css

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

 span { border-color: rgb(161,109,130); }

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