Html Css Color HEX #A17187 Strikemaster

📋 copy color: '#A17187'

red 161 ◦ green 113 ◦ blue 135

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

Shades of Strikemaster #A17187

Tints of Strikemaster #A17187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.63%

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

R = 39.36%
G = 27.63%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A17187 (or 0xA17187) is known color: Strikemaster. HEX triplet: A1, 71 and 87. RGB value is (161,113,135). Sum of RGB (Red+Green+Blue) = 161+113+135=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A17187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17187 is #5E8E78. Grayscale: #818181. Windows color (decimal): -6196857 or 8876449. OLE color: 8876449.

HSL color Cylindrical-coordinate representation of color #A17187: hue angle of 332.5º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17187 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 113 135 -
CMYK 0 0.30 0.16 0.37
HSL 332.5º 0.2% 0.54% -
HSV(B) 332.5º 0.3% 0.63% -
XYZ 24.98 21.14 25.69 -
YUV 129.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 161 113 135 0 0.30 0.16 0.37 332.5 0.2 0.54
Hex A1 71 87 0 1E 10 25 14C 14 36
Octal 241 161 207 0 36 20 45 514 24 66
Binary 10100001 1110001 10000111 0 11110 10000 100101 101001100 10100 110110

Color Harmonies of #A17187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17187

Black with #A17187

Text Example


Text Example

White with #A17187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17187; }

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

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

background-color css

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

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

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

border-color css

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

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

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