Html Css Color HEX #A56484 Strikemaster

📋 copy color: '#A56484'

red 165 ◦ green 100 ◦ blue 132

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

Shades of Strikemaster #A56484

Tints of Strikemaster #A56484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.19%

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

R = 41.56%
G = 25.19%
B = 33.25%

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

#A56484 (or 0xA56484) is known color: Strikemaster. HEX triplet: A5, 64 and 84. RGB value is (165,100,132). Sum of RGB (Red+Green+Blue) = 165+100+132=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A56484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56484 is #5A9B7B. Grayscale: #7B7B7B. Windows color (decimal): -5938044 or 8676517. OLE color: 8676517.

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

Color convert

RGB 165 100 132 -
CMYK 0 0.39 0.20 0.35
HSL 330.46º 0.27% 0.52% -
HSV(B) 330.46º 0.39% 0.65% -
XYZ 24.24 18.78 24.18 -
YUV 123.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 165 100 132 0 0.39 0.20 0.35 330.46 0.27 0.52
Hex A5 64 84 0 27 14 23 14A 1B 34
Octal 245 144 204 0 47 24 43 512 33 64
Binary 10100101 1100100 10000100 0 100111 10100 100011 101001010 11011 110100

Color Harmonies of #A56484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56484

Black with #A56484

Text Example


Text Example

White with #A56484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56484; }

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

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

background-color css

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

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

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

border-color css

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

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

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