Html Css Color HEX #A5708B Mountbatten Pink

📋 copy color: '#A5708B'

red 165 ◦ green 112 ◦ blue 139

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

Shades of Mountbatten Pink #A5708B

Tints of Mountbatten Pink #A5708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 39.66%
G = 26.92%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5708B (or 0xA5708B) is known color: Mountbatten Pink. HEX triplet: A5, 70 and 8B. RGB value is (165,112,139). Sum of RGB (Red+Green+Blue) = 165+112+139=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A5708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5708B is #5A8F74. Grayscale: #828282. Windows color (decimal): -5934965 or 9138341. OLE color: 9138341.

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

Color convert

RGB 165 112 139 -
CMYK 0 0.32 0.16 0.35
HSL 329.43º 0.23% 0.54% -
HSV(B) 329.43º 0.32% 0.65% -
XYZ 25.97 21.45 27.2 -
YUV 130.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 165 112 139 0 0.32 0.16 0.35 329.43 0.23 0.54
Hex A5 70 8B 0 20 10 23 149 17 36
Octal 245 160 213 0 40 20 43 511 27 66
Binary 10100101 1110000 10001011 0 100000 10000 100011 101001001 10111 110110

Color Harmonies of #A5708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5708B

Black with #A5708B

Text Example


Text Example

White with #A5708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5708B; }

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

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

background-color css

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

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

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

border-color css

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

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

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