Html Css Color HEX #A46989 Strikemaster

📋 copy color: '#A46989'

red 164 ◦ green 105 ◦ blue 137

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

Shades of Strikemaster #A46989

Tints of Strikemaster #A46989

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.86%

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

R = 40.39%
G = 25.86%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A46989 (or 0xA46989) is known color: Strikemaster. HEX triplet: A4, 69 and 89. RGB value is (164,105,137). Sum of RGB (Red+Green+Blue) = 164+105+137=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A46989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46989 is #5B9676. Grayscale: #7E7E7E. Windows color (decimal): -6002295 or 9005476. OLE color: 9005476.

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

Color convert

RGB 164 105 137 -
CMYK 0 0.36 0.16 0.36
HSL 327.46º 0.24% 0.53% -
HSV(B) 327.46º 0.36% 0.64% -
XYZ 24.88 19.8 26.18 -
YUV 126.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 164 105 137 0 0.36 0.16 0.36 327.46 0.24 0.53
Hex A4 69 89 0 24 10 24 147 18 35
Octal 244 151 211 0 44 20 44 507 30 65
Binary 10100100 1101001 10001001 0 100100 10000 100100 101000111 11000 110101

Color Harmonies of #A46989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46989

Black with #A46989

Text Example


Text Example

White with #A46989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46989; }

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

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

background-color css

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

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

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

border-color css

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

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

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