Html Css Color HEX #A56087 Strikemaster

📋 copy color: '#A56087'

red 165 ◦ green 96 ◦ blue 135

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

Shades of Strikemaster #A56087

Tints of Strikemaster #A56087

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.24%

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

R = 41.67%
G = 24.24%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A56087 (or 0xA56087) is known color: Strikemaster. HEX triplet: A5, 60 and 87. RGB value is (165,96,135). Sum of RGB (Red+Green+Blue) = 165+96+135=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A56087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56087 is #5A9F78. Grayscale: #787878. Windows color (decimal): -5939065 or 8872101. OLE color: 8872101.

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

Color convert

RGB 165 96 135 -
CMYK 0 0.42 0.18 0.35
HSL 326.09º 0.28% 0.51% -
HSV(B) 326.09º 0.42% 0.65% -
XYZ 24.07 18.11 25.15 -
YUV 121.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 165 96 135 0 0.42 0.18 0.35 326.09 0.28 0.51
Hex A5 60 87 0 2A 12 23 146 1C 33
Octal 245 140 207 0 52 22 43 506 34 63
Binary 10100101 1100000 10000111 0 101010 10010 100011 101000110 11100 110011

Color Harmonies of #A56087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56087

Black with #A56087

Text Example


Text Example

White with #A56087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56087; }

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

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

background-color css

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

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

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

border-color css

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

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

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