Html Css Color HEX #A17389 Mountbatten Pink

📋 copy color: '#A17389'

red 161 ◦ green 115 ◦ blue 137

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

Shades of Mountbatten Pink #A17389

Tints of Mountbatten Pink #A17389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.17%

R = 38.98%
G = 27.85%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A17389 (or 0xA17389) is known color: Mountbatten Pink. HEX triplet: A1, 73 and 89. RGB value is (161,115,137). Sum of RGB (Red+Green+Blue) = 161+115+137=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A17389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17389 is #5E8C76. Grayscale: #838383. Windows color (decimal): -6196343 or 9008033. OLE color: 9008033.

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

Color convert

RGB 161 115 137 -
CMYK 0 0.29 0.15 0.37
HSL 331.3º 0.2% 0.54% -
HSV(B) 331.3º 0.29% 0.63% -
XYZ 25.34 21.64 26.51 -
YUV 131.26 131.24 149.21 -
System Red Green Blue C M Y K H S L
Decimal 161 115 137 0 0.29 0.15 0.37 331.3 0.2 0.54
Hex A1 73 89 0 1D F 25 14B 14 36
Octal 241 163 211 0 35 17 45 513 24 66
Binary 10100001 1110011 10001001 0 11101 1111 100101 101001011 10100 110110

Color Harmonies of #A17389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17389

Black with #A17389

Text Example


Text Example

White with #A17389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17389; }

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

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

background-color css

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

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

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

border-color css

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

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

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