Html Css Color HEX #A17989 Mountbatten Pink

📋 copy color: '#A17989'

red 161 ◦ green 121 ◦ blue 137

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

Shades of Mountbatten Pink #A17989

Tints of Mountbatten Pink #A17989

RGB

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

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

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

R = 38.42%
G = 28.88%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A17989 (or 0xA17989) is known color: Mountbatten Pink. HEX triplet: A1, 79 and 89. RGB value is (161,121,137). Sum of RGB (Red+Green+Blue) = 161+121+137=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A17989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17989 is #5E8676. Grayscale: #868686. Windows color (decimal): -6194807 or 9009569. OLE color: 9009569.

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

Color convert

RGB 161 121 137 -
CMYK 0 0.25 0.15 0.37
HSL 336º 0.18% 0.55% -
HSV(B) 336º 0.25% 0.63% -
XYZ 26.05 23.06 26.74 -
YUV 134.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 161 121 137 0 0.25 0.15 0.37 336 0.18 0.55
Hex A1 79 89 0 19 F 25 150 12 37
Octal 241 171 211 0 31 17 45 520 22 67
Binary 10100001 1111001 10001001 0 11001 1111 100101 101010000 10010 110111

Color Harmonies of #A17989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17989

Black with #A17989

Text Example


Text Example

White with #A17989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17989; }

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

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

background-color css

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

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

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

border-color css

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

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

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