Html Css Color HEX #A97290 Mountbatten Pink

📋 copy color: '#A97290'

red 169 ◦ green 114 ◦ blue 144

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

Shades of Mountbatten Pink #A97290

Tints of Mountbatten Pink #A97290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.7%

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

R = 39.58%
G = 26.7%
B = 33.72%

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

#A97290 (or 0xA97290) is known color: Mountbatten Pink. HEX triplet: A9, 72 and 90. RGB value is (169,114,144). Sum of RGB (Red+Green+Blue) = 169+114+144=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A97290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97290 is #568D6F. Grayscale: #858585. Windows color (decimal): -5672304 or 9466537. OLE color: 9466537.

HSL color Cylindrical-coordinate representation of color #A97290: hue angle of 327.27º degrees, saturation: 0.24, 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 #A97290 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 114 144 -
CMYK 0 0.33 0.15 0.34
HSL 327.27º 0.24% 0.55% -
HSV(B) 327.27º 0.33% 0.66% -
XYZ 27.41 22.48 29.28 -
YUV 133.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 169 114 144 0 0.33 0.15 0.34 327.27 0.24 0.55
Hex A9 72 90 0 21 F 22 147 18 37
Octal 251 162 220 0 41 17 42 507 30 67
Binary 10101001 1110010 10010000 0 100001 1111 100010 101000111 11000 110111

Color Harmonies of #A97290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97290

Black with #A97290

Text Example


Text Example

White with #A97290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97290; }

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

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

background-color css

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

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

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

border-color css

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

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

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