Html Css Color HEX #A46B87 Strikemaster

📋 copy color: '#A46B87'

red 164 ◦ green 107 ◦ blue 135

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

Shades of Strikemaster #A46B87

Tints of Strikemaster #A46B87

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

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

R = 40.39%
G = 26.35%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A46B87 (or 0xA46B87) is known color: Strikemaster. HEX triplet: A4, 6B and 87. RGB value is (164,107,135). Sum of RGB (Red+Green+Blue) = 164+107+135=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46B87 is #5B9478. Grayscale: #7F7F7F. Windows color (decimal): -6001785 or 8874916. OLE color: 8874916.

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

Color convert

RGB 164 107 135 -
CMYK 0 0.35 0.18 0.36
HSL 330.53º 0.24% 0.53% -
HSV(B) 330.53º 0.35% 0.64% -
XYZ 24.94 20.16 25.5 -
YUV 127.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 164 107 135 0 0.35 0.18 0.36 330.53 0.24 0.53
Hex A4 6B 87 0 23 12 24 14B 18 35
Octal 244 153 207 0 43 22 44 513 30 65
Binary 10100100 1101011 10000111 0 100011 10010 100100 101001011 11000 110101

Color Harmonies of #A46B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46B87

Black with #A46B87

Text Example


Text Example

White with #A46B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46B87; }

 p { color: rgb(164,107,135); }

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

background-color css

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

 a { background-color: rgb(164,107,135); }

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

border-color css

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

 span { border-color: rgb(164,107,135); }

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