#A5708D

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

Shades of Mountbatten Pink #A5708D

Tints of Mountbatten Pink #A5708D

Color information

#A5708D (or 0xA5708D) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 70 and 8D. RGB value is (165,112,141). Sum of RGB (Red+Green+Blue) = 165+112+141=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A5708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5708D is #5A8F72. Grayscale: #838383. Windows color (decimal): -5934963 or 9269413. OLE color: 9269413.

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

Color convert

RGB165112141-
CMYK00.320.150.35
HSL327.17º22.75%54.31%-
HSV(B)327.17º32.12%64.71%-
XYZ26.1221.5127.97-
YUV131.15133.56152.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=39.47%
G=26.79%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511214100.320.150.35327.1722.7554.31
HexA5708D020F231471736
Octal24516021504017435072766
Binary101001011110000100011010100000111110001110100011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5708D; }

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

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

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

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

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

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

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

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