Html Css Color HEX #A87290 Mountbatten Pink

📋 copy color: '#A87290'

red 168 ◦ green 114 ◦ blue 144

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

Shades of Mountbatten Pink #A87290

Tints of Mountbatten Pink #A87290

RGB

 RED value IS 168 (66.02% from 255) = 39.44%

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

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

R = 39.44%
G = 26.76%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A87290 (or 0xA87290) is known color: Mountbatten Pink. HEX triplet: A8, 72 and 90. RGB value is (168,114,144). Sum of RGB (Red+Green+Blue) = 168+114+144=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A87290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87290 is #578D6F. Grayscale: #858585. Windows color (decimal): -5737840 or 9466536. OLE color: 9466536.

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

Color convert

RGB 168 114 144 -
CMYK 0 0.32 0.14 0.34
HSL 326.67º 0.24% 0.55% -
HSV(B) 326.67º 0.32% 0.66% -
XYZ 27.2 22.37 29.27 -
YUV 133.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 168 114 144 0 0.32 0.14 0.34 326.67 0.24 0.55
Hex A8 72 90 0 20 E 22 147 18 37
Octal 250 162 220 0 40 16 42 507 30 67
Binary 10101000 1110010 10010000 0 100000 1110 100010 101000111 11000 110111

Color Harmonies of #A87290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87290

Black with #A87290

Text Example


Text Example

White with #A87290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87290; }

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

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

background-color css

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

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

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

border-color css

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

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

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