Html Css Color HEX #A46E89 Strikemaster

📋 copy color: '#A46E89'

red 164 ◦ green 110 ◦ blue 137

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

Shades of Strikemaster #A46E89

Tints of Strikemaster #A46E89

RGB

 RED value IS 164 (64.45% from 255) = 39.9%

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

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

R = 39.9%
G = 26.76%
B = 33.33%

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

#A46E89 (or 0xA46E89) is known color: Strikemaster. HEX triplet: A4, 6E and 89. RGB value is (164,110,137). Sum of RGB (Red+Green+Blue) = 164+110+137=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46E89 is #5B9176. Grayscale: #818181. Windows color (decimal): -6001015 or 9006756. OLE color: 9006756.

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

Color convert

RGB 164 110 137 -
CMYK 0 0.33 0.16 0.36
HSL 330º 0.23% 0.54% -
HSV(B) 330º 0.33% 0.64% -
XYZ 25.4 20.85 26.35 -
YUV 129.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 164 110 137 0 0.33 0.16 0.36 330 0.23 0.54
Hex A4 6E 89 0 21 10 24 14A 17 36
Octal 244 156 211 0 41 20 44 512 27 66
Binary 10100100 1101110 10001001 0 100001 10000 100100 101001010 10111 110110

Color Harmonies of #A46E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E89

Black with #A46E89

Text Example


Text Example

White with #A46E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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