Html Css Color HEX #A56587 Strikemaster

📋 copy color: '#A56587'

red 165 ◦ green 101 ◦ blue 135

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

Shades of Strikemaster #A56587

Tints of Strikemaster #A56587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.67%

R = 41.15%
G = 25.19%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A56587 (or 0xA56587) is known color: Strikemaster. HEX triplet: A5, 65 and 87. RGB value is (165,101,135). Sum of RGB (Red+Green+Blue) = 165+101+135=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A56587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56587 is #5A9A78. Grayscale: #7B7B7B. Windows color (decimal): -5937785 or 8873381. OLE color: 8873381.

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

Color convert

RGB 165 101 135 -
CMYK 0 0.39 0.18 0.35
HSL 328.13º 0.26% 0.52% -
HSV(B) 328.13º 0.39% 0.65% -
XYZ 24.54 19.06 25.31 -
YUV 124.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 165 101 135 0 0.39 0.18 0.35 328.13 0.26 0.52
Hex A5 65 87 0 27 12 23 148 1A 34
Octal 245 145 207 0 47 22 43 510 32 64
Binary 10100101 1100101 10000111 0 100111 10010 100011 101001000 11010 110100

Color Harmonies of #A56587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56587

Black with #A56587

Text Example


Text Example

White with #A56587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56587; }

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

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

background-color css

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

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

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

border-color css

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

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

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