Html Css Color HEX #A97190 Mountbatten Pink

📋 copy color: '#A97190'

red 169 ◦ green 113 ◦ blue 144

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

Shades of Mountbatten Pink #A97190

Tints of Mountbatten Pink #A97190

RGB

 RED value IS 169 (66.41% from 255) = 39.67%

 GREEN value IS 113 (44.53% from 255) = 26.53%

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 39.67%
G = 26.53%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A97190 (or 0xA97190) is known color: Mountbatten Pink. HEX triplet: A9, 71 and 90. RGB value is (169,113,144). Sum of RGB (Red+Green+Blue) = 169+113+144=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A97190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97190 is #568E6F. Grayscale: #858585. Windows color (decimal): -5672560 or 9466281. OLE color: 9466281.

HSL color Cylindrical-coordinate representation of color #A97190: hue angle of 326.79º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97190 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 113 144 -
CMYK 0 0.33 0.15 0.34
HSL 326.79º 0.25% 0.55% -
HSV(B) 326.79º 0.33% 0.66% -
XYZ 27.3 22.26 29.24 -
YUV 133.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 169 113 144 0 0.33 0.15 0.34 326.79 0.25 0.55
Hex A9 71 90 0 21 F 22 147 19 37
Octal 251 161 220 0 41 17 42 507 31 67
Binary 10101001 1110001 10010000 0 100001 1111 100010 101000111 11001 110111

Color Harmonies of #A97190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97190

Black with #A97190

Text Example


Text Example

White with #A97190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97190; }

 p { color: rgb(169,113,144); }

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

background-color css

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

 a { background-color: rgb(169,113,144); }

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

border-color css

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

 span { border-color: rgb(169,113,144); }

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