Html Css Color HEX #A56787 Strikemaster

📋 copy color: '#A56787'

red 165 ◦ green 103 ◦ blue 135

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

Shades of Strikemaster #A56787

Tints of Strikemaster #A56787

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.56%

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

R = 40.94%
G = 25.56%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A56787 (or 0xA56787) is known color: Strikemaster. HEX triplet: A5, 67 and 87. RGB value is (165,103,135). Sum of RGB (Red+Green+Blue) = 165+103+135=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A56787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56787 is #5A9878. Grayscale: #7D7D7D. Windows color (decimal): -5937273 or 8873893. OLE color: 8873893.

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

Color convert

RGB 165 103 135 -
CMYK 0 0.38 0.18 0.35
HSL 329.03º 0.26% 0.53% -
HSV(B) 329.03º 0.38% 0.65% -
XYZ 24.74 19.45 25.37 -
YUV 125.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 165 103 135 0 0.38 0.18 0.35 329.03 0.26 0.53
Hex A5 67 87 0 26 12 23 149 1A 35
Octal 245 147 207 0 46 22 43 511 32 65
Binary 10100101 1100111 10000111 0 100110 10010 100011 101001001 11010 110101

Color Harmonies of #A56787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56787

Black with #A56787

Text Example


Text Example

White with #A56787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56787; }

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

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

background-color css

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

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

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

border-color css

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

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

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