Html Css Color HEX #A56B87 Strikemaster

📋 copy color: '#A56B87'

red 165 ◦ green 107 ◦ blue 135

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

Shades of Strikemaster #A56B87

Tints of Strikemaster #A56B87

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.29%

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

R = 40.54%
G = 26.29%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A56B87 (or 0xA56B87) is known color: Strikemaster. HEX triplet: A5, 6B and 87. RGB value is (165,107,135). Sum of RGB (Red+Green+Blue) = 165+107+135=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B87 is #5A9478. Grayscale: #7F7F7F. Windows color (decimal): -5936249 or 8874917. OLE color: 8874917.

HSL color Cylindrical-coordinate representation of color #A56B87: hue angle of 331.03º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A56B87 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 107 135 -
CMYK 0 0.35 0.18 0.35
HSL 331.03º 0.24% 0.53% -
HSV(B) 331.03º 0.35% 0.65% -
XYZ 25.15 20.26 25.51 -
YUV 127.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 165 107 135 0 0.35 0.18 0.35 331.03 0.24 0.53
Hex A5 6B 87 0 23 12 23 14B 18 35
Octal 245 153 207 0 43 22 43 513 30 65
Binary 10100101 1101011 10000111 0 100011 10010 100011 101001011 11000 110101

Color Harmonies of #A56B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B87

Black with #A56B87

Text Example


Text Example

White with #A56B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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