Html Css Color HEX #A45E7F Strikemaster

📋 copy color: '#A45E7F'

red 164 ◦ green 94 ◦ blue 127

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

Shades of Strikemaster #A45E7F

Tints of Strikemaster #A45E7F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.42%

 BLUE value IS 127 (50% from 255) = 32.99%

R = 42.6%
G = 24.42%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A45E7F (or 0xA45E7F) is known color: Strikemaster. HEX triplet: A4, 5E and 7F. RGB value is (164,94,127). Sum of RGB (Red+Green+Blue) = 164+94+127=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E7F is #5BA180. Grayscale: #767676. Windows color (decimal): -6005121 or 8347300. OLE color: 8347300.

HSL color Cylindrical-coordinate representation of color #A45E7F: hue angle of 331.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A45E7F is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 94 127 -
CMYK 0 0.43 0.23 0.36
HSL 331.71º 0.28% 0.51% -
HSV(B) 331.71º 0.43% 0.64% -
XYZ 23.14 17.43 22.22 -
YUV 118.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 164 94 127 0 0.43 0.23 0.36 331.71 0.28 0.51
Hex A4 5E 7F 0 2B 17 24 14C 1C 33
Octal 244 136 177 0 53 27 44 514 34 63
Binary 10100100 1011110 1111111 0 101011 10111 100100 101001100 11100 110011

Color Harmonies of #A45E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45E7F

Black with #A45E7F

Text Example


Text Example

White with #A45E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45E7F; }

 p { color: rgb(164,94,127); }

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

background-color css

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

 a { background-color: rgb(164,94,127); }

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

border-color css

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

 span { border-color: rgb(164,94,127); }

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