Html Css Color HEX #A56586 Strikemaster

📋 copy color: '#A56586'

red 165 ◦ green 101 ◦ blue 134

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

Shades of Strikemaster #A56586

Tints of Strikemaster #A56586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.5%

R = 41.25%
G = 25.25%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A56586 (or 0xA56586) is known color: Strikemaster. HEX triplet: A5, 65 and 86. RGB value is (165,101,134). Sum of RGB (Red+Green+Blue) = 165+101+134=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A56586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56586 is #5A9A79. Grayscale: #7B7B7B. Windows color (decimal): -5937786 or 8807845. OLE color: 8807845.

HSL color Cylindrical-coordinate representation of color #A56586: hue angle of 329.06º 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 #A56586 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 101 134 -
CMYK 0 0.39 0.19 0.35
HSL 329.06º 0.26% 0.52% -
HSV(B) 329.06º 0.39% 0.65% -
XYZ 24.47 19.03 24.94 -
YUV 123.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 165 101 134 0 0.39 0.19 0.35 329.06 0.26 0.52
Hex A5 65 86 0 27 13 23 149 1A 34
Octal 245 145 206 0 47 23 43 511 32 64
Binary 10100101 1100101 10000110 0 100111 10011 100011 101001001 11010 110100

Color Harmonies of #A56586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56586

Black with #A56586

Text Example


Text Example

White with #A56586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56586; }

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

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

background-color css

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

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

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

border-color css

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

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

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