Html Css Color HEX #A36D87 Strikemaster

📋 copy color: '#A36D87'

red 163 ◦ green 109 ◦ blue 135

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

Shades of Strikemaster #A36D87

Tints of Strikemaster #A36D87

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.78%

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

R = 40.05%
G = 26.78%
B = 33.17%

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

#A36D87 (or 0xA36D87) is known color: Strikemaster. HEX triplet: A3, 6D and 87. RGB value is (163,109,135). Sum of RGB (Red+Green+Blue) = 163+109+135=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36D87 is #5C9278. Grayscale: #808080. Windows color (decimal): -6066809 or 8875427. OLE color: 8875427.

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

Color convert

RGB 163 109 135 -
CMYK 0 0.33 0.17 0.36
HSL 331.11º 0.23% 0.53% -
HSV(B) 331.11º 0.33% 0.64% -
XYZ 24.95 20.47 25.56 -
YUV 128.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 163 109 135 0 0.33 0.17 0.36 331.11 0.23 0.53
Hex A3 6D 87 0 21 11 24 14B 17 35
Octal 243 155 207 0 41 21 44 513 27 65
Binary 10100011 1101101 10000111 0 100001 10001 100100 101001011 10111 110101

Color Harmonies of #A36D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36D87

Black with #A36D87

Text Example


Text Example

White with #A36D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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