Html Css Color HEX #A36E87 Strikemaster

📋 copy color: '#A36E87'

red 163 ◦ green 110 ◦ blue 135

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

Shades of Strikemaster #A36E87

Tints of Strikemaster #A36E87

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.96%

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

R = 39.95%
G = 26.96%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A36E87 (or 0xA36E87) is known color: Strikemaster. HEX triplet: A3, 6E and 87. RGB value is (163,110,135). Sum of RGB (Red+Green+Blue) = 163+110+135=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36E87 is #5C9178. Grayscale: #808080. Windows color (decimal): -6066553 or 8875683. OLE color: 8875683.

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

Color convert

RGB 163 110 135 -
CMYK 0 0.33 0.17 0.36
HSL 331.7º 0.22% 0.54% -
HSV(B) 331.7º 0.33% 0.64% -
XYZ 25.05 20.69 25.59 -
YUV 128.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 163 110 135 0 0.33 0.17 0.36 331.7 0.22 0.54
Hex A3 6E 87 0 21 11 24 14C 16 36
Octal 243 156 207 0 41 21 44 514 26 66
Binary 10100011 1101110 10000111 0 100001 10001 100100 101001100 10110 110110

Color Harmonies of #A36E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36E87

Black with #A36E87

Text Example


Text Example

White with #A36E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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