Html Css Color HEX #A46580 Strikemaster

📋 copy color: '#A46580'

red 164 ◦ green 101 ◦ blue 128

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

Shades of Strikemaster #A46580

Tints of Strikemaster #A46580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.7%

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

R = 41.73%
G = 25.7%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A46580 (or 0xA46580) is known color: Strikemaster. HEX triplet: A4, 65 and 80. RGB value is (164,101,128). Sum of RGB (Red+Green+Blue) = 164+101+128=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A46580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46580 is #5B9A7F. Grayscale: #7A7A7A. Windows color (decimal): -6003328 or 8414628. OLE color: 8414628.

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

Color convert

RGB 164 101 128 -
CMYK 0 0.38 0.22 0.36
HSL 334.29º 0.26% 0.52% -
HSV(B) 334.29º 0.38% 0.64% -
XYZ 23.86 18.76 22.79 -
YUV 122.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 164 101 128 0 0.38 0.22 0.36 334.29 0.26 0.52
Hex A4 65 80 0 26 16 24 14E 1A 34
Octal 244 145 200 0 46 26 44 516 32 64
Binary 10100100 1100101 10000000 0 100110 10110 100100 101001110 11010 110100

Color Harmonies of #A46580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46580

Black with #A46580

Text Example


Text Example

White with #A46580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46580; }

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

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

background-color css

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

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

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

border-color css

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

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

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