Html Css Color HEX #A1788A Mountbatten Pink

📋 copy color: '#A1788A'

red 161 ◦ green 120 ◦ blue 138

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

Shades of Mountbatten Pink #A1788A

Tints of Mountbatten Pink #A1788A

RGB

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

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

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

R = 38.42%
G = 28.64%
B = 32.94%

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

#A1788A (or 0xA1788A) is known color: Mountbatten Pink. HEX triplet: A1, 78 and 8A. RGB value is (161,120,138). Sum of RGB (Red+Green+Blue) = 161+120+138=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1788A is #5E8775. Grayscale: #868686. Windows color (decimal): -6195062 or 9074849. OLE color: 9074849.

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

Color convert

RGB 161 120 138 -
CMYK 0 0.25 0.14 0.37
HSL 333.66º 0.18% 0.55% -
HSV(B) 333.66º 0.25% 0.63% -
XYZ 26 22.84 27.08 -
YUV 134.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 161 120 138 0 0.25 0.14 0.37 333.66 0.18 0.55
Hex A1 78 8A 0 19 E 25 14E 12 37
Octal 241 170 212 0 31 16 45 516 22 67
Binary 10100001 1111000 10001010 0 11001 1110 100101 101001110 10010 110111

Color Harmonies of #A1788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1788A

Black with #A1788A

Text Example


Text Example

White with #A1788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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