Html Css Color HEX #A1788B Mountbatten Pink

📋 copy color: '#A1788B'

red 161 ◦ green 120 ◦ blue 139

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

Shades of Mountbatten Pink #A1788B

Tints of Mountbatten Pink #A1788B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.57%

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

R = 38.33%
G = 28.57%
B = 33.1%

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

#A1788B (or 0xA1788B) is known color: Mountbatten Pink. HEX triplet: A1, 78 and 8B. RGB value is (161,120,139). Sum of RGB (Red+Green+Blue) = 161+120+139=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A1788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1788B is #5E8774. Grayscale: #868686. Windows color (decimal): -6195061 or 9140385. OLE color: 9140385.

HSL color Cylindrical-coordinate representation of color #A1788B: hue angle of 332.2º 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 #A1788B is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 120 139 -
CMYK 0 0.25 0.14 0.37
HSL 332.2º 0.18% 0.55% -
HSV(B) 332.2º 0.25% 0.63% -
XYZ 26.07 22.87 27.47 -
YUV 134.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 161 120 139 0 0.25 0.14 0.37 332.2 0.18 0.55
Hex A1 78 8B 0 19 E 25 14C 12 37
Octal 241 170 213 0 31 16 45 514 22 67
Binary 10100001 1111000 10001011 0 11001 1110 100101 101001100 10010 110111

Color Harmonies of #A1788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1788B

Black with #A1788B

Text Example


Text Example

White with #A1788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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