Html Css Color HEX #A17991 Mountbatten Pink

📋 copy color: '#A17991'

red 161 ◦ green 121 ◦ blue 145

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

Shades of Mountbatten Pink #A17991

Tints of Mountbatten Pink #A17991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.96%

R = 37.7%
G = 28.34%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A17991 (or 0xA17991) is known color: Mountbatten Pink. HEX triplet: A1, 79 and 91. RGB value is (161,121,145). Sum of RGB (Red+Green+Blue) = 161+121+145=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A17991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17991 is #5E866E. Grayscale: #878787. Windows color (decimal): -6194799 or 9533857. OLE color: 9533857.

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

Color convert

RGB 161 121 145 -
CMYK 0 0.25 0.10 0.37
HSL 324º 0.18% 0.55% -
HSV(B) 324º 0.25% 0.63% -
XYZ 26.65 23.3 29.88 -
YUV 135.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 161 121 145 0 0.25 0.10 0.37 324 0.18 0.55
Hex A1 79 91 0 19 A 25 144 12 37
Octal 241 171 221 0 31 12 45 504 22 67
Binary 10100001 1111001 10010001 0 11001 1010 100101 101000100 10010 110111

Color Harmonies of #A17991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17991

Black with #A17991

Text Example


Text Example

White with #A17991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17991; }

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

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

background-color css

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

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

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

border-color css

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

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

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