Html Css Color HEX #A0798D Mountbatten Pink

📋 copy color: '#A0798D'

red 160 ◦ green 121 ◦ blue 141

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

Shades of Mountbatten Pink #A0798D

Tints of Mountbatten Pink #A0798D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.67%

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 37.91%
G = 28.67%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0798D (or 0xA0798D) is known color: Mountbatten Pink. HEX triplet: A0, 79 and 8D. RGB value is (160,121,141). Sum of RGB (Red+Green+Blue) = 160+121+141=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A0798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0798D is #5F8672. Grayscale: #868686. Windows color (decimal): -6260339 or 9271712. OLE color: 9271712.

HSL color Cylindrical-coordinate representation of color #A0798D: hue angle of 329.23º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0798D is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 141 -
CMYK 0 0.24 0.12 0.37
HSL 329.23º 0.17% 0.55% -
HSV(B) 329.23º 0.24% 0.63% -
XYZ 26.14 23.07 28.27 -
YUV 134.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 160 121 141 0 0.24 0.12 0.37 329.23 0.17 0.55
Hex A0 79 8D 0 18 C 25 149 11 37
Octal 240 171 215 0 30 14 45 511 21 67
Binary 10100000 1111001 10001101 0 11000 1100 100101 101001001 10001 110111

Color Harmonies of #A0798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0798D

Black with #A0798D

Text Example


Text Example

White with #A0798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0798D; }

 p { color: rgb(160,121,141); }

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

background-color css

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

 a { background-color: rgb(160,121,141); }

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

border-color css

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

 span { border-color: rgb(160,121,141); }

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