Html Css Color HEX #A37187 Strikemaster

📋 copy color: '#A37187'

red 163 ◦ green 113 ◦ blue 135

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

Shades of Strikemaster #A37187

Tints of Strikemaster #A37187

RGB

 RED value IS 163 (64.06% from 255) = 39.66%

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

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

R = 39.66%
G = 27.49%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A37187 (or 0xA37187) is known color: Strikemaster. HEX triplet: A3, 71 and 87. RGB value is (163,113,135). Sum of RGB (Red+Green+Blue) = 163+113+135=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A37187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37187 is #5C8E78. Grayscale: #828282. Windows color (decimal): -6065785 or 8876451. OLE color: 8876451.

HSL color Cylindrical-coordinate representation of color #A37187: hue angle of 333.6º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A37187 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 113 135 -
CMYK 0 0.31 0.17 0.36
HSL 333.6º 0.21% 0.54% -
HSV(B) 333.6º 0.31% 0.64% -
XYZ 25.38 21.35 25.7 -
YUV 130.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 163 113 135 0 0.31 0.17 0.36 333.6 0.21 0.54
Hex A3 71 87 0 1F 11 24 14E 15 36
Octal 243 161 207 0 37 21 44 516 25 66
Binary 10100011 1110001 10000111 0 11111 10001 100100 101001110 10101 110110

Color Harmonies of #A37187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37187

Black with #A37187

Text Example


Text Example

White with #A37187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37187; }

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

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

background-color css

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

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

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

border-color css

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

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

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