Html Css Color HEX #A56589 Strikemaster

📋 copy color: '#A56589'

red 165 ◦ green 101 ◦ blue 137

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

Shades of Strikemaster #A56589

Tints of Strikemaster #A56589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34%

R = 40.94%
G = 25.06%
B = 34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A56589 (or 0xA56589) is known color: Strikemaster. HEX triplet: A5, 65 and 89. RGB value is (165,101,137). Sum of RGB (Red+Green+Blue) = 165+101+137=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A56589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56589 is #5A9A76. Grayscale: #7C7C7C. Windows color (decimal): -5937783 or 9004453. OLE color: 9004453.

HSL color Cylindrical-coordinate representation of color #A56589: hue angle of 326.25º 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 #A56589 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 101 137 -
CMYK 0 0.39 0.17 0.35
HSL 326.25º 0.26% 0.52% -
HSV(B) 326.25º 0.39% 0.65% -
XYZ 24.69 19.11 26.05 -
YUV 124.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 165 101 137 0 0.39 0.17 0.35 326.25 0.26 0.52
Hex A5 65 89 0 27 11 23 146 1A 34
Octal 245 145 211 0 47 21 43 506 32 64
Binary 10100101 1100101 10001001 0 100111 10001 100011 101000110 11010 110100

Color Harmonies of #A56589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56589

Black with #A56589

Text Example


Text Example

White with #A56589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56589; }

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

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

background-color css

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

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

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

border-color css

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

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

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