Html Css Color HEX #A56392 Mountbatten Pink

📋 copy color: '#A56392'

red 165 ◦ green 99 ◦ blue 146

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

Shades of Mountbatten Pink #A56392

Tints of Mountbatten Pink #A56392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.61%

R = 40.24%
G = 24.15%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A56392 (or 0xA56392) is known color: Mountbatten Pink. HEX triplet: A5, 63 and 92. RGB value is (165,99,146). Sum of RGB (Red+Green+Blue) = 165+99+146=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A56392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56392 is #5A9C6D. Grayscale: #7B7B7B. Windows color (decimal): -5938286 or 9593765. OLE color: 9593765.

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

Color convert

RGB 165 99 146 -
CMYK 0 0.40 0.12 0.35
HSL 317.27º 0.27% 0.52% -
HSV(B) 317.27º 0.4% 0.65% -
XYZ 25.17 19 29.53 -
YUV 124.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 165 99 146 0 0.40 0.12 0.35 317.27 0.27 0.52
Hex A5 63 92 0 28 C 23 13D 1B 34
Octal 245 143 222 0 50 14 43 475 33 64
Binary 10100101 1100011 10010010 0 101000 1100 100011 100111101 11011 110100

Color Harmonies of #A56392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56392

Black with #A56392

Text Example


Text Example

White with #A56392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56392; }

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

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

background-color css

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

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

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

border-color css

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

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

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