Html Css Color HEX #A56580 Strikemaster

📋 copy color: '#A56580'

red 165 ◦ green 101 ◦ blue 128

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

Shades of Strikemaster #A56580

Tints of Strikemaster #A56580

RGB

 RED value IS 165 (64.84% from 255) = 41.88%

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

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

R = 41.88%
G = 25.63%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A56580 (or 0xA56580) is known color: Strikemaster. HEX triplet: A5, 65 and 80. RGB value is (165,101,128). Sum of RGB (Red+Green+Blue) = 165+101+128=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A56580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56580 is #5A9A7F. Grayscale: #7B7B7B. Windows color (decimal): -5937792 or 8414629. OLE color: 8414629.

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

Color convert

RGB 165 101 128 -
CMYK 0 0.39 0.22 0.35
HSL 334.69º 0.26% 0.52% -
HSV(B) 334.69º 0.39% 0.65% -
XYZ 24.07 18.87 22.79 -
YUV 123.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 165 101 128 0 0.39 0.22 0.35 334.69 0.26 0.52
Hex A5 65 80 0 27 16 23 14F 1A 34
Octal 245 145 200 0 47 26 43 517 32 64
Binary 10100101 1100101 10000000 0 100111 10110 100011 101001111 11010 110100

Color Harmonies of #A56580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56580

Black with #A56580

Text Example


Text Example

White with #A56580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56580; }

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

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

background-color css

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

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

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

border-color css

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

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

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