Html Css Color HEX #A47089 Mountbatten Pink

📋 copy color: '#A47089'

red 164 ◦ green 112 ◦ blue 137

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

Shades of Mountbatten Pink #A47089

Tints of Mountbatten Pink #A47089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.17%

R = 39.71%
G = 27.12%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A47089 (or 0xA47089) is known color: Mountbatten Pink. HEX triplet: A4, 70 and 89. RGB value is (164,112,137). Sum of RGB (Red+Green+Blue) = 164+112+137=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A47089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47089 is #5B8F76. Grayscale: #828282. Windows color (decimal): -6000503 or 9007268. OLE color: 9007268.

HSL color Cylindrical-coordinate representation of color #A47089: hue angle of 331.15º 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 #A47089 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 112 137 -
CMYK 0 0.32 0.16 0.36
HSL 331.15º 0.22% 0.54% -
HSV(B) 331.15º 0.32% 0.64% -
XYZ 25.62 21.29 26.43 -
YUV 130.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 164 112 137 0 0.32 0.16 0.36 331.15 0.22 0.54
Hex A4 70 89 0 20 10 24 14B 16 36
Octal 244 160 211 0 40 20 44 513 26 66
Binary 10100100 1110000 10001001 0 100000 10000 100100 101001011 10110 110110

Color Harmonies of #A47089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47089

Black with #A47089

Text Example


Text Example

White with #A47089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47089; }

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

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

background-color css

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

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

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

border-color css

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

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

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