Html Css Color HEX #A56384 Strikemaster

📋 copy color: '#A56384'

red 165 ◦ green 99 ◦ blue 132

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

Shades of Strikemaster #A56384

Tints of Strikemaster #A56384

RGB

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

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

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

R = 41.67%
G = 25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A56384 (or 0xA56384) is known color: Strikemaster. HEX triplet: A5, 63 and 84. RGB value is (165,99,132). Sum of RGB (Red+Green+Blue) = 165+99+132=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A56384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56384 is #5A9C7B. Grayscale: #7A7A7A. Windows color (decimal): -5938300 or 8676261. OLE color: 8676261.

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

Color convert

RGB 165 99 132 -
CMYK 0 0.40 0.20 0.35
HSL 330º 0.27% 0.52% -
HSV(B) 330º 0.4% 0.65% -
XYZ 24.14 18.59 24.15 -
YUV 122.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 165 99 132 0 0.40 0.20 0.35 330 0.27 0.52
Hex A5 63 84 0 28 14 23 14A 1B 34
Octal 245 143 204 0 50 24 43 512 33 64
Binary 10100101 1100011 10000100 0 101000 10100 100011 101001010 11011 110100

Color Harmonies of #A56384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56384

Black with #A56384

Text Example


Text Example

White with #A56384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56384; }

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

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

background-color css

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

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

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

border-color css

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

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

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