Html Css Color HEX #A27289 Mountbatten Pink

📋 copy color: '#A27289'

red 162 ◦ green 114 ◦ blue 137

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

Shades of Mountbatten Pink #A27289

Tints of Mountbatten Pink #A27289

RGB

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

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

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

R = 39.23%
G = 27.6%
B = 33.17%

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

#A27289 (or 0xA27289) is known color: Mountbatten Pink. HEX triplet: A2, 72 and 89. RGB value is (162,114,137). Sum of RGB (Red+Green+Blue) = 162+114+137=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A27289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27289 is #5D8D76. Grayscale: #828282. Windows color (decimal): -6131063 or 9007778. OLE color: 9007778.

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

Color convert

RGB 162 114 137 -
CMYK 0 0.30 0.15 0.36
HSL 331.25º 0.21% 0.54% -
HSV(B) 331.25º 0.3% 0.64% -
XYZ 25.43 21.52 26.48 -
YUV 130.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 162 114 137 0 0.30 0.15 0.36 331.25 0.21 0.54
Hex A2 72 89 0 1E F 24 14B 15 36
Octal 242 162 211 0 36 17 44 513 25 66
Binary 10100010 1110010 10001001 0 11110 1111 100100 101001011 10101 110110

Color Harmonies of #A27289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27289

Black with #A27289

Text Example


Text Example

White with #A27289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27289; }

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

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

background-color css

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

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

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

border-color css

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

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

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