Html Css Color HEX #A47289 Mountbatten Pink

📋 copy color: '#A47289'

red 164 ◦ green 114 ◦ blue 137

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

Shades of Mountbatten Pink #A47289

Tints of Mountbatten Pink #A47289

RGB

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

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

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

R = 39.52%
G = 27.47%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A47289 (or 0xA47289) is known color: Mountbatten Pink. HEX triplet: A4, 72 and 89. RGB value is (164,114,137). Sum of RGB (Red+Green+Blue) = 164+114+137=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A47289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47289 is #5B8D76. Grayscale: #838383. Windows color (decimal): -5999991 or 9007780. OLE color: 9007780.

HSL color Cylindrical-coordinate representation of color #A47289: hue angle of 332.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47289 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 114 137 -
CMYK 0 0.30 0.16 0.36
HSL 332.4º 0.22% 0.55% -
HSV(B) 332.4º 0.3% 0.64% -
XYZ 25.84 21.73 26.5 -
YUV 131.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 164 114 137 0 0.30 0.16 0.36 332.4 0.22 0.55
Hex A4 72 89 0 1E 10 24 14C 16 37
Octal 244 162 211 0 36 20 44 514 26 67
Binary 10100100 1110010 10001001 0 11110 10000 100100 101001100 10110 110111

Color Harmonies of #A47289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47289

Black with #A47289

Text Example


Text Example

White with #A47289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47289; }

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

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

background-color css

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

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

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

border-color css

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

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

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