Html Css Color HEX #A56792 Mountbatten Pink

📋 copy color: '#A56792'

red 165 ◦ green 103 ◦ blue 146

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

Shades of Mountbatten Pink #A56792

Tints of Mountbatten Pink #A56792

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.88%

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

R = 39.86%
G = 24.88%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A56792 (or 0xA56792) is known color: Mountbatten Pink. HEX triplet: A5, 67 and 92. RGB value is (165,103,146). Sum of RGB (Red+Green+Blue) = 165+103+146=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A56792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56792 is #5A986D. Grayscale: #7E7E7E. Windows color (decimal): -5937262 or 9594789. OLE color: 9594789.

HSL color Cylindrical-coordinate representation of color #A56792: hue angle of 318.39º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A56792 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 103 146 -
CMYK 0 0.38 0.12 0.35
HSL 318.39º 0.26% 0.53% -
HSV(B) 318.39º 0.38% 0.65% -
XYZ 25.56 19.78 29.66 -
YUV 126.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 165 103 146 0 0.38 0.12 0.35 318.39 0.26 0.53
Hex A5 67 92 0 26 C 23 13E 1A 35
Octal 245 147 222 0 46 14 43 476 32 65
Binary 10100101 1100111 10010010 0 100110 1100 100011 100111110 11010 110101

Color Harmonies of #A56792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56792

Black with #A56792

Text Example


Text Example

White with #A56792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56792; }

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

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

background-color css

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

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

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

border-color css

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

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

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