Html Css Color HEX #A56184 Strikemaster

📋 copy color: '#A56184'

red 165 ◦ green 97 ◦ blue 132

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

Shades of Strikemaster #A56184

Tints of Strikemaster #A56184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.62%

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

R = 41.88%
G = 24.62%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A56184 (or 0xA56184) is known color: Strikemaster. HEX triplet: A5, 61 and 84. RGB value is (165,97,132). Sum of RGB (Red+Green+Blue) = 165+97+132=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A56184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56184 is #5A9E7B. Grayscale: #797979. Windows color (decimal): -5938812 or 8675749. OLE color: 8675749.

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

Color convert

RGB 165 97 132 -
CMYK 0 0.41 0.20 0.35
HSL 329.12º 0.27% 0.51% -
HSV(B) 329.12º 0.41% 0.65% -
XYZ 23.96 18.21 24.08 -
YUV 121.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 165 97 132 0 0.41 0.20 0.35 329.12 0.27 0.51
Hex A5 61 84 0 29 14 23 149 1B 33
Octal 245 141 204 0 51 24 43 511 33 63
Binary 10100101 1100001 10000100 0 101001 10100 100011 101001001 11011 110011

Color Harmonies of #A56184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56184

Black with #A56184

Text Example


Text Example

White with #A56184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56184; }

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

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

background-color css

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

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

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

border-color css

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

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

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