Html Css Color HEX #A16187 Strikemaster

📋 copy color: '#A16187'

red 161 ◦ green 97 ◦ blue 135

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

Shades of Strikemaster #A16187

Tints of Strikemaster #A16187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.35%

R = 40.97%
G = 24.68%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A16187 (or 0xA16187) is known color: Strikemaster. HEX triplet: A1, 61 and 87. RGB value is (161,97,135). Sum of RGB (Red+Green+Blue) = 161+97+135=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A16187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16187 is #5E9E78. Grayscale: #787878. Windows color (decimal): -6200953 or 8872353. OLE color: 8872353.

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

Color convert

RGB 161 97 135 -
CMYK 0 0.40 0.16 0.37
HSL 324.38º 0.25% 0.51% -
HSV(B) 324.38º 0.4% 0.63% -
XYZ 23.35 17.88 25.14 -
YUV 120.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 161 97 135 0 0.40 0.16 0.37 324.38 0.25 0.51
Hex A1 61 87 0 28 10 25 144 19 33
Octal 241 141 207 0 50 20 45 504 31 63
Binary 10100001 1100001 10000111 0 101000 10000 100101 101000100 11001 110011

Color Harmonies of #A16187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16187

Black with #A16187

Text Example


Text Example

White with #A16187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16187; }

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

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

background-color css

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

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

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

border-color css

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

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

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