Html Css Color HEX #A56380 Strikemaster

📋 copy color: '#A56380'

red 165 ◦ green 99 ◦ blue 128

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

Shades of Strikemaster #A56380

Tints of Strikemaster #A56380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.26%

 BLUE value IS 128 (50.39% from 255) = 32.65%

R = 42.09%
G = 25.26%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A56380 (or 0xA56380) is known color: Strikemaster. HEX triplet: A5, 63 and 80. RGB value is (165,99,128). Sum of RGB (Red+Green+Blue) = 165+99+128=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A56380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56380 is #5A9C7F. Grayscale: #797979. Windows color (decimal): -5938304 or 8414117. OLE color: 8414117.

HSL color Cylindrical-coordinate representation of color #A56380: hue angle of 333.64º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A56380 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 99 128 -
CMYK 0 0.40 0.22 0.35
HSL 333.64º 0.27% 0.52% -
HSV(B) 333.64º 0.4% 0.65% -
XYZ 23.88 18.48 22.73 -
YUV 122.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 165 99 128 0 0.40 0.22 0.35 333.64 0.27 0.52
Hex A5 63 80 0 28 16 23 14E 1B 34
Octal 245 143 200 0 50 26 43 516 33 64
Binary 10100101 1100011 10000000 0 101000 10110 100011 101001110 11011 110100

Color Harmonies of #A56380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56380

Black with #A56380

Text Example


Text Example

White with #A56380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56380; }

 p { color: rgb(165,99,128); }

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

background-color css

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

 a { background-color: rgb(165,99,128); }

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

border-color css

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

 span { border-color: rgb(165,99,128); }

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