Html Css Color HEX #A1738A Mountbatten Pink

📋 copy color: '#A1738A'

red 161 ◦ green 115 ◦ blue 138

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

Shades of Mountbatten Pink #A1738A

Tints of Mountbatten Pink #A1738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.78%

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

R = 38.89%
G = 27.78%
B = 33.33%

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

#A1738A (or 0xA1738A) is known color: Mountbatten Pink. HEX triplet: A1, 73 and 8A. RGB value is (161,115,138). Sum of RGB (Red+Green+Blue) = 161+115+138=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A1738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1738A is #5E8C75. Grayscale: #838383. Windows color (decimal): -6196342 or 9073569. OLE color: 9073569.

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

Color convert

RGB 161 115 138 -
CMYK 0 0.29 0.14 0.37
HSL 330º 0.2% 0.54% -
HSV(B) 330º 0.29% 0.63% -
XYZ 25.42 21.67 26.89 -
YUV 131.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 161 115 138 0 0.29 0.14 0.37 330 0.2 0.54
Hex A1 73 8A 0 1D E 25 14A 14 36
Octal 241 163 212 0 35 16 45 512 24 66
Binary 10100001 1110011 10001010 0 11101 1110 100101 101001010 10100 110110

Color Harmonies of #A1738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1738A

Black with #A1738A

Text Example


Text Example

White with #A1738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1738A; }

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

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

background-color css

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

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

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

border-color css

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

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

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