Html Css Color HEX #A46987 Strikemaster

📋 copy color: '#A46987'

red 164 ◦ green 105 ◦ blue 135

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

Shades of Strikemaster #A46987

Tints of Strikemaster #A46987

RGB

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

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

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

R = 40.59%
G = 25.99%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A46987 (or 0xA46987) is known color: Strikemaster. HEX triplet: A4, 69 and 87. RGB value is (164,105,135). Sum of RGB (Red+Green+Blue) = 164+105+135=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A46987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46987 is #5B9678. Grayscale: #7D7D7D. Windows color (decimal): -6002297 or 8874404. OLE color: 8874404.

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

Color convert

RGB 164 105 135 -
CMYK 0 0.36 0.18 0.36
HSL 329.49º 0.24% 0.53% -
HSV(B) 329.49º 0.36% 0.64% -
XYZ 24.73 19.74 25.43 -
YUV 126.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 164 105 135 0 0.36 0.18 0.36 329.49 0.24 0.53
Hex A4 69 87 0 24 12 24 149 18 35
Octal 244 151 207 0 44 22 44 511 30 65
Binary 10100100 1101001 10000111 0 100100 10010 100100 101001001 11000 110101

Color Harmonies of #A46987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46987

Black with #A46987

Text Example


Text Example

White with #A46987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46987; }

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

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

background-color css

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

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

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

border-color css

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

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

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