Html Css Color HEX #A56387 Strikemaster

📋 copy color: '#A56387'

red 165 ◦ green 99 ◦ blue 135

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

Shades of Strikemaster #A56387

Tints of Strikemaster #A56387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.81%

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

R = 41.35%
G = 24.81%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A56387 (or 0xA56387) is known color: Strikemaster. HEX triplet: A5, 63 and 87. RGB value is (165,99,135). Sum of RGB (Red+Green+Blue) = 165+99+135=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A56387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56387 is #5A9C78. Grayscale: #7A7A7A. Windows color (decimal): -5938297 or 8872869. OLE color: 8872869.

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

Color convert

RGB 165 99 135 -
CMYK 0 0.40 0.18 0.35
HSL 327.27º 0.27% 0.52% -
HSV(B) 327.27º 0.4% 0.65% -
XYZ 24.35 18.67 25.24 -
YUV 122.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 165 99 135 0 0.40 0.18 0.35 327.27 0.27 0.52
Hex A5 63 87 0 28 12 23 147 1B 34
Octal 245 143 207 0 50 22 43 507 33 64
Binary 10100101 1100011 10000111 0 101000 10010 100011 101000111 11011 110100

Color Harmonies of #A56387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56387

Black with #A56387

Text Example


Text Example

White with #A56387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56387; }

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

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

background-color css

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

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

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

border-color css

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

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

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