Html Css Color HEX #A56383 Strikemaster

📋 copy color: '#A56383'

red 165 ◦ green 99 ◦ blue 131

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

Shades of Strikemaster #A56383

Tints of Strikemaster #A56383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.16%

R = 41.77%
G = 25.06%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A56383 (or 0xA56383) is known color: Strikemaster. HEX triplet: A5, 63 and 83. RGB value is (165,99,131). Sum of RGB (Red+Green+Blue) = 165+99+131=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A56383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56383 is #5A9C7C. Grayscale: #7A7A7A. Windows color (decimal): -5938301 or 8610725. OLE color: 8610725.

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

Color convert

RGB 165 99 131 -
CMYK 0 0.40 0.21 0.35
HSL 330.91º 0.27% 0.52% -
HSV(B) 330.91º 0.4% 0.65% -
XYZ 24.08 18.56 23.79 -
YUV 122.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 165 99 131 0 0.40 0.21 0.35 330.91 0.27 0.52
Hex A5 63 83 0 28 15 23 14B 1B 34
Octal 245 143 203 0 50 25 43 513 33 64
Binary 10100101 1100011 10000011 0 101000 10101 100011 101001011 11011 110100

Color Harmonies of #A56383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56383

Black with #A56383

Text Example


Text Example

White with #A56383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56383; }

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

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

background-color css

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

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

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

border-color css

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

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

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