Html Css Color HEX #A16182 Strikemaster

📋 copy color: '#A16182'

red 161 ◦ green 97 ◦ blue 130

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

Shades of Strikemaster #A16182

Tints of Strikemaster #A16182

RGB

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

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

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

R = 41.49%
G = 25%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A16182 (or 0xA16182) is known color: Strikemaster. HEX triplet: A1, 61 and 82. RGB value is (161,97,130). Sum of RGB (Red+Green+Blue) = 161+97+130=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A16182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16182 is #5E9E7D. Grayscale: #777777. Windows color (decimal): -6200958 or 8544673. OLE color: 8544673.

HSL color Cylindrical-coordinate representation of color #A16182: hue angle of 329.06º 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 #A16182 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 97 130 -
CMYK 0 0.40 0.19 0.37
HSL 329.06º 0.25% 0.51% -
HSV(B) 329.06º 0.4% 0.63% -
XYZ 23 17.74 23.33 -
YUV 119.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 161 97 130 0 0.40 0.19 0.37 329.06 0.25 0.51
Hex A1 61 82 0 28 13 25 149 19 33
Octal 241 141 202 0 50 23 45 511 31 63
Binary 10100001 1100001 10000010 0 101000 10011 100101 101001001 11001 110011

Color Harmonies of #A16182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16182

Black with #A16182

Text Example


Text Example

White with #A16182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16182; }

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

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

background-color css

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

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

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

border-color css

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

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

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