Html Css Color HEX #A36E89 Strikemaster

📋 copy color: '#A36E89'

red 163 ◦ green 110 ◦ blue 137

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

Shades of Strikemaster #A36E89

Tints of Strikemaster #A36E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.41%

R = 39.76%
G = 26.83%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A36E89 (or 0xA36E89) is known color: Strikemaster. HEX triplet: A3, 6E and 89. RGB value is (163,110,137). Sum of RGB (Red+Green+Blue) = 163+110+137=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36E89 is #5C9176. Grayscale: #808080. Windows color (decimal): -6066551 or 9006755. OLE color: 9006755.

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

Color convert

RGB 163 110 137 -
CMYK 0 0.33 0.16 0.36
HSL 329.43º 0.22% 0.54% -
HSV(B) 329.43º 0.33% 0.64% -
XYZ 25.2 20.74 26.34 -
YUV 128.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 163 110 137 0 0.33 0.16 0.36 329.43 0.22 0.54
Hex A3 6E 89 0 21 10 24 149 16 36
Octal 243 156 211 0 41 20 44 511 26 66
Binary 10100011 1101110 10001001 0 100001 10000 100100 101001001 10110 110110

Color Harmonies of #A36E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36E89

Black with #A36E89

Text Example


Text Example

White with #A36E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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