Html Css Color HEX #A17F8E Mountbatten Pink

📋 copy color: '#A17F8E'

red 161 ◦ green 127 ◦ blue 142

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

Shades of Mountbatten Pink #A17F8E

Tints of Mountbatten Pink #A17F8E

RGB

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

 GREEN value IS 127 (50% from 255) = 29.53%

 BLUE value IS 142 (55.86% from 255) = 33.02%

R = 37.44%
G = 29.53%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A17F8E (or 0xA17F8E) is known color: Mountbatten Pink. HEX triplet: A1, 7F and 8E. RGB value is (161,127,142). Sum of RGB (Red+Green+Blue) = 161+127+142=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17F8E is #5E8071. Grayscale: #8A8A8A. Windows color (decimal): -6193266 or 9338785. OLE color: 9338785.

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

Color convert

RGB 161 127 142 -
CMYK 0 0.21 0.12 0.37
HSL 333.53º 0.15% 0.56% -
HSV(B) 333.53º 0.21% 0.63% -
XYZ 27.17 24.71 28.93 -
YUV 138.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 161 127 142 0 0.21 0.12 0.37 333.53 0.15 0.56
Hex A1 7F 8E 0 15 C 25 14E F 38
Octal 241 177 216 0 25 14 45 516 17 70
Binary 10100001 1111111 10001110 0 10101 1100 100101 101001110 1111 111000

Color Harmonies of #A17F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F8E

Black with #A17F8E

Text Example


Text Example

White with #A17F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F8E; }

 p { color: rgb(161,127,142); }

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

background-color css

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

 a { background-color: rgb(161,127,142); }

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

border-color css

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

 span { border-color: rgb(161,127,142); }

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