Html Css Color HEX #A17089 Mountbatten Pink

📋 copy color: '#A17089'

red 161 ◦ green 112 ◦ blue 137

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

Shades of Mountbatten Pink #A17089

Tints of Mountbatten Pink #A17089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

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

R = 39.27%
G = 27.32%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A17089 (or 0xA17089) is known color: Mountbatten Pink. HEX triplet: A1, 70 and 89. RGB value is (161,112,137). Sum of RGB (Red+Green+Blue) = 161+112+137=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A17089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17089 is #5E8F76. Grayscale: #818181. Windows color (decimal): -6197111 or 9007265. OLE color: 9007265.

HSL color Cylindrical-coordinate representation of color #A17089: hue angle of 329.39º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17089 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 112 137 -
CMYK 0 0.30 0.15 0.37
HSL 329.39º 0.21% 0.54% -
HSV(B) 329.39º 0.3% 0.63% -
XYZ 25.01 20.97 26.4 -
YUV 129.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 161 112 137 0 0.30 0.15 0.37 329.39 0.21 0.54
Hex A1 70 89 0 1E F 25 149 15 36
Octal 241 160 211 0 36 17 45 511 25 66
Binary 10100001 1110000 10001001 0 11110 1111 100101 101001001 10101 110110

Color Harmonies of #A17089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17089

Black with #A17089

Text Example


Text Example

White with #A17089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17089; }

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

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

background-color css

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

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

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

border-color css

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

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

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