Html Css Color HEX #A17C8A Mountbatten Pink

📋 copy color: '#A17C8A'

red 161 ◦ green 124 ◦ blue 138

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

Shades of Mountbatten Pink #A17C8A

Tints of Mountbatten Pink #A17C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

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

R = 38.06%
G = 29.31%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A17C8A (or 0xA17C8A) is known color: Mountbatten Pink. HEX triplet: A1, 7C and 8A. RGB value is (161,124,138). Sum of RGB (Red+Green+Blue) = 161+124+138=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17C8A is #5E8375. Grayscale: #888888. Windows color (decimal): -6194038 or 9075873. OLE color: 9075873.

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

Color convert

RGB 161 124 138 -
CMYK 0 0.23 0.14 0.37
HSL 337.3º 0.16% 0.56% -
HSV(B) 337.3º 0.23% 0.63% -
XYZ 26.49 23.83 27.25 -
YUV 136.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 161 124 138 0 0.23 0.14 0.37 337.3 0.16 0.56
Hex A1 7C 8A 0 17 E 25 151 10 38
Octal 241 174 212 0 27 16 45 521 20 70
Binary 10100001 1111100 10001010 0 10111 1110 100101 101010001 10000 111000

Color Harmonies of #A17C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C8A

Black with #A17C8A

Text Example


Text Example

White with #A17C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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