Html Css Color HEX #A56584 Strikemaster

📋 copy color: '#A56584'

red 165 ◦ green 101 ◦ blue 132

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

Shades of Strikemaster #A56584

Tints of Strikemaster #A56584

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.38%

 BLUE value IS 132 (51.95% from 255) = 33.17%

R = 41.46%
G = 25.38%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A56584 (or 0xA56584) is known color: Strikemaster. HEX triplet: A5, 65 and 84. RGB value is (165,101,132). Sum of RGB (Red+Green+Blue) = 165+101+132=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A56584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56584 is #5A9A7B. Grayscale: #7B7B7B. Windows color (decimal): -5937788 or 8676773. OLE color: 8676773.

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

Color convert

RGB 165 101 132 -
CMYK 0 0.39 0.20 0.35
HSL 330.94º 0.26% 0.52% -
HSV(B) 330.94º 0.39% 0.65% -
XYZ 24.34 18.97 24.21 -
YUV 123.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 165 101 132 0 0.39 0.20 0.35 330.94 0.26 0.52
Hex A5 65 84 0 27 14 23 14B 1A 34
Octal 245 145 204 0 47 24 43 513 32 64
Binary 10100101 1100101 10000100 0 100111 10100 100011 101001011 11010 110100

Color Harmonies of #A56584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56584

Black with #A56584

Text Example


Text Example

White with #A56584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56584; }

 p { color: rgb(165,101,132); }

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

background-color css

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

 a { background-color: rgb(165,101,132); }

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

border-color css

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

 span { border-color: rgb(165,101,132); }

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