#A57089

Color #A57089 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #A57089

Tints of Mountbatten Pink #A57089

Color information

#A57089 (or 0xA57089) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 70 and 89. RGB value is (165,112,137). Sum of RGB (Red+Green+Blue) = 165+112+137=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A57089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57089 is #5A8F76. Grayscale: #828282. Windows color (decimal): -5934967 or 9007269. OLE color: 9007269.

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

Color convert

RGB165112137-
CMYK00.320.170.35
HSL331.7º22.75%54.31%-
HSV(B)331.7º32.12%64.71%-
XYZ25.8321.3926.44-
YUV130.7131.56152.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=39.86%
G=27.05%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511213700.320.170.35331.722.7554.31
HexA57089020112314c1736
Octal24516021104021435142766
Binary1010010111100001000100101000001000110001110100110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57089; }

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

 H1.HeaderClassName
 {
   color: #A57089;
 }
 .AnyTagClassName
 {
   color: #A57089;
 }
</style>
background-color css

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

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

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

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

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

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