Html Css Color HEX #A0728A Mountbatten Pink

📋 copy color: '#A0728A'

red 160 ◦ green 114 ◦ blue 138

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

Shades of Mountbatten Pink #A0728A

Tints of Mountbatten Pink #A0728A

RGB

 RED value IS 160 (62.89% from 255) = 38.83%

 GREEN value IS 114 (44.92% from 255) = 27.67%

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 38.83%
G = 27.67%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0728A (or 0xA0728A) is known color: Mountbatten Pink. HEX triplet: A0, 72 and 8A. RGB value is (160,114,138). Sum of RGB (Red+Green+Blue) = 160+114+138=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A0728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0728A is #5F8D75. Grayscale: #828282. Windows color (decimal): -6262134 or 9073312. OLE color: 9073312.

HSL color Cylindrical-coordinate representation of color #A0728A: hue angle of 328.7º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0728A is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 114 138 -
CMYK 0 0.29 0.14 0.37
HSL 328.7º 0.19% 0.54% -
HSV(B) 328.7º 0.29% 0.63% -
XYZ 25.1 21.34 26.84 -
YUV 130.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 160 114 138 0 0.29 0.14 0.37 328.7 0.19 0.54
Hex A0 72 8A 0 1D E 25 149 13 36
Octal 240 162 212 0 35 16 45 511 23 66
Binary 10100000 1110010 10001010 0 11101 1110 100101 101001001 10011 110110

Color Harmonies of #A0728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0728A

Black with #A0728A

Text Example


Text Example

White with #A0728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0728A; }

 p { color: rgb(160,114,138); }

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

background-color css

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

 a { background-color: rgb(160,114,138); }

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

border-color css

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

 span { border-color: rgb(160,114,138); }

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