Html Css Color HEX #A57092 Mountbatten Pink

📋 copy color: '#A57092'

red 165 ◦ green 112 ◦ blue 146

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

Shades of Mountbatten Pink #A57092

Tints of Mountbatten Pink #A57092

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

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

R = 39.01%
G = 26.48%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A57092 (or 0xA57092) is known color: Mountbatten Pink. HEX triplet: A5, 70 and 92. RGB value is (165,112,146). Sum of RGB (Red+Green+Blue) = 165+112+146=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A57092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57092 is #5A8F6D. Grayscale: #838383. Windows color (decimal): -5934958 or 9597093. OLE color: 9597093.

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

Color convert

RGB 165 112 146 -
CMYK 0 0.32 0.12 0.35
HSL 321.51º 0.23% 0.54% -
HSV(B) 321.51º 0.32% 0.65% -
XYZ 26.5 21.66 29.98 -
YUV 131.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 165 112 146 0 0.32 0.12 0.35 321.51 0.23 0.54
Hex A5 70 92 0 20 C 23 142 17 36
Octal 245 160 222 0 40 14 43 502 27 66
Binary 10100101 1110000 10010010 0 100000 1100 100011 101000010 10111 110110

Color Harmonies of #A57092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57092

Black with #A57092

Text Example


Text Example

White with #A57092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57092; }

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

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

background-color css

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

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

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

border-color css

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

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

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