Html Css Color HEX #A56687 Strikemaster

📋 copy color: '#A56687'

red 165 ◦ green 102 ◦ blue 135

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

Shades of Strikemaster #A56687

Tints of Strikemaster #A56687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.37%

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

R = 41.04%
G = 25.37%
B = 33.58%

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

#A56687 (or 0xA56687) is known color: Strikemaster. HEX triplet: A5, 66 and 87. RGB value is (165,102,135). Sum of RGB (Red+Green+Blue) = 165+102+135=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A56687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56687 is #5A9978. Grayscale: #7C7C7C. Windows color (decimal): -5937529 or 8873637. OLE color: 8873637.

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

Color convert

RGB 165 102 135 -
CMYK 0 0.38 0.18 0.35
HSL 328.57º 0.26% 0.52% -
HSV(B) 328.57º 0.38% 0.65% -
XYZ 24.64 19.25 25.34 -
YUV 124.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 165 102 135 0 0.38 0.18 0.35 328.57 0.26 0.52
Hex A5 66 87 0 26 12 23 149 1A 34
Octal 245 146 207 0 46 22 43 511 32 64
Binary 10100101 1100110 10000111 0 100110 10010 100011 101001001 11010 110100

Color Harmonies of #A56687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56687

Black with #A56687

Text Example


Text Example

White with #A56687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56687; }

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

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

background-color css

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

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

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

border-color css

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

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

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