Html Css Color HEX #A46387 Strikemaster

📋 copy color: '#A46387'

red 164 ◦ green 99 ◦ blue 135

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

Shades of Strikemaster #A46387

Tints of Strikemaster #A46387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.87%

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

R = 41.21%
G = 24.87%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A46387 (or 0xA46387) is known color: Strikemaster. HEX triplet: A4, 63 and 87. RGB value is (164,99,135). Sum of RGB (Red+Green+Blue) = 164+99+135=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A46387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46387 is #5B9C78. Grayscale: #7A7A7A. Windows color (decimal): -6003833 or 8872868. OLE color: 8872868.

HSL color Cylindrical-coordinate representation of color #A46387: hue angle of 326.77º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46387 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 99 135 -
CMYK 0 0.40 0.18 0.36
HSL 326.77º 0.26% 0.52% -
HSV(B) 326.77º 0.4% 0.64% -
XYZ 24.14 18.57 25.23 -
YUV 122.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 164 99 135 0 0.40 0.18 0.36 326.77 0.26 0.52
Hex A4 63 87 0 28 12 24 147 1A 34
Octal 244 143 207 0 50 22 44 507 32 64
Binary 10100100 1100011 10000111 0 101000 10010 100100 101000111 11010 110100

Color Harmonies of #A46387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46387

Black with #A46387

Text Example


Text Example

White with #A46387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46387; }

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

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

background-color css

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

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

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

border-color css

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

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

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