Html Css Color HEX #A1798B Mountbatten Pink

📋 copy color: '#A1798B'

red 161 ◦ green 121 ◦ blue 139

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

Shades of Mountbatten Pink #A1798B

Tints of Mountbatten Pink #A1798B

RGB

 RED value IS 161 (63.28% from 255) = 38.24%

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

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

R = 38.24%
G = 28.74%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1798B (or 0xA1798B) is known color: Mountbatten Pink. HEX triplet: A1, 79 and 8B. RGB value is (161,121,139). Sum of RGB (Red+Green+Blue) = 161+121+139=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A1798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1798B is #5E8674. Grayscale: #868686. Windows color (decimal): -6194805 or 9140641. OLE color: 9140641.

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

Color convert

RGB 161 121 139 -
CMYK 0 0.25 0.14 0.37
HSL 333º 0.18% 0.55% -
HSV(B) 333º 0.25% 0.63% -
XYZ 26.2 23.12 27.51 -
YUV 135.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 161 121 139 0 0.25 0.14 0.37 333 0.18 0.55
Hex A1 79 8B 0 19 E 25 14D 12 37
Octal 241 171 213 0 31 16 45 515 22 67
Binary 10100001 1111001 10001011 0 11001 1110 100101 101001101 10010 110111

Color Harmonies of #A1798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1798B

Black with #A1798B

Text Example


Text Example

White with #A1798B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1798B; }

 p { color: rgb(161,121,139); }

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

background-color css

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

 a { background-color: rgb(161,121,139); }

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

border-color css

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

 span { border-color: rgb(161,121,139); }

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