Html Css Color HEX #A47090 Mountbatten Pink

📋 copy color: '#A47090'

red 164 ◦ green 112 ◦ blue 144

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

Shades of Mountbatten Pink #A47090

Tints of Mountbatten Pink #A47090

RGB

 RED value IS 164 (64.45% from 255) = 39.05%

 GREEN value IS 112 (44.14% from 255) = 26.67%

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

R = 39.05%
G = 26.67%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A47090 (or 0xA47090) is known color: Mountbatten Pink. HEX triplet: A4, 70 and 90. RGB value is (164,112,144). Sum of RGB (Red+Green+Blue) = 164+112+144=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A47090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47090 is #5B8F6F. Grayscale: #838383. Windows color (decimal): -6000496 or 9466020. OLE color: 9466020.

HSL color Cylindrical-coordinate representation of color #A47090: hue angle of 323.08º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A47090 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 112 144 -
CMYK 0 0.32 0.12 0.36
HSL 323.08º 0.22% 0.54% -
HSV(B) 323.08º 0.32% 0.64% -
XYZ 26.14 21.49 29.16 -
YUV 131.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 164 112 144 0 0.32 0.12 0.36 323.08 0.22 0.54
Hex A4 70 90 0 20 C 24 143 16 36
Octal 244 160 220 0 40 14 44 503 26 66
Binary 10100100 1110000 10010000 0 100000 1100 100100 101000011 10110 110110

Color Harmonies of #A47090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47090

Black with #A47090

Text Example


Text Example

White with #A47090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47090; }

 p { color: rgb(164,112,144); }

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

background-color css

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

 a { background-color: rgb(164,112,144); }

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

border-color css

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

 span { border-color: rgb(164,112,144); }

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