Html Css Color HEX #A46180 Strikemaster

📋 copy color: '#A46180'

red 164 ◦ green 97 ◦ blue 128

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

Shades of Strikemaster #A46180

Tints of Strikemaster #A46180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.94%

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 42.16%
G = 24.94%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A46180 (or 0xA46180) is known color: Strikemaster. HEX triplet: A4, 61 and 80. RGB value is (164,97,128). Sum of RGB (Red+Green+Blue) = 164+97+128=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A46180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46180 is #5B9E7F. Grayscale: #787878. Windows color (decimal): -6004352 or 8413604. OLE color: 8413604.

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

Color convert

RGB 164 97 128 -
CMYK 0 0.41 0.22 0.36
HSL 332.24º 0.27% 0.51% -
HSV(B) 332.24º 0.41% 0.64% -
XYZ 23.48 18 22.66 -
YUV 120.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 164 97 128 0 0.41 0.22 0.36 332.24 0.27 0.51
Hex A4 61 80 0 29 16 24 14C 1B 33
Octal 244 141 200 0 51 26 44 514 33 63
Binary 10100100 1100001 10000000 0 101001 10110 100100 101001100 11011 110011

Color Harmonies of #A46180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46180

Black with #A46180

Text Example


Text Example

White with #A46180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46180; }

 p { color: rgb(164,97,128); }

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

background-color css

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

 a { background-color: rgb(164,97,128); }

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

border-color css

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

 span { border-color: rgb(164,97,128); }

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