Html Css Color HEX #A27189 Mountbatten Pink

📋 copy color: '#A27189'

red 162 ◦ green 113 ◦ blue 137

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

Shades of Mountbatten Pink #A27189

Tints of Mountbatten Pink #A27189

RGB

 RED value IS 162 (63.67% from 255) = 39.32%

 GREEN value IS 113 (44.53% from 255) = 27.43%

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

R = 39.32%
G = 27.43%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A27189 (or 0xA27189) is known color: Mountbatten Pink. HEX triplet: A2, 71 and 89. RGB value is (162,113,137). Sum of RGB (Red+Green+Blue) = 162+113+137=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A27189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27189 is #5D8E76. Grayscale: #828282. Windows color (decimal): -6131319 or 9007522. OLE color: 9007522.

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

Color convert

RGB 162 113 137 -
CMYK 0 0.30 0.15 0.36
HSL 330.61º 0.21% 0.54% -
HSV(B) 330.61º 0.3% 0.64% -
XYZ 25.32 21.3 26.44 -
YUV 130.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 162 113 137 0 0.30 0.15 0.36 330.61 0.21 0.54
Hex A2 71 89 0 1E F 24 14B 15 36
Octal 242 161 211 0 36 17 44 513 25 66
Binary 10100010 1110001 10001001 0 11110 1111 100100 101001011 10101 110110

Color Harmonies of #A27189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27189

Black with #A27189

Text Example


Text Example

White with #A27189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27189; }

 p { color: rgb(162,113,137); }

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

background-color css

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

 a { background-color: rgb(162,113,137); }

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

border-color css

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

 span { border-color: rgb(162,113,137); }

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