Html Css Color HEX #A27089 Mountbatten Pink

📋 copy color: '#A27089'

red 162 ◦ green 112 ◦ blue 137

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

Shades of Mountbatten Pink #A27089

Tints of Mountbatten Pink #A27089

RGB

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

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

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

R = 39.42%
G = 27.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A27089 (or 0xA27089) is known color: Mountbatten Pink. HEX triplet: A2, 70 and 89. RGB value is (162,112,137). Sum of RGB (Red+Green+Blue) = 162+112+137=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A27089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27089 is #5D8F76. Grayscale: #818181. Windows color (decimal): -6131575 or 9007266. OLE color: 9007266.

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

Color convert

RGB 162 112 137 -
CMYK 0 0.31 0.15 0.36
HSL 330º 0.21% 0.54% -
HSV(B) 330º 0.31% 0.64% -
XYZ 25.21 21.08 26.41 -
YUV 129.8 132.07 150.97 -
System Red Green Blue C M Y K H S L
Decimal 162 112 137 0 0.31 0.15 0.36 330 0.21 0.54
Hex A2 70 89 0 1F F 24 14A 15 36
Octal 242 160 211 0 37 17 44 512 25 66
Binary 10100010 1110000 10001001 0 11111 1111 100100 101001010 10101 110110

Color Harmonies of #A27089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27089

Black with #A27089

Text Example


Text Example

White with #A27089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27089; }

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

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

background-color css

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

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

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

border-color css

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

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

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