Html Css Color HEX #A27989 Mountbatten Pink

📋 copy color: '#A27989'

red 162 ◦ green 121 ◦ blue 137

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

Shades of Mountbatten Pink #A27989

Tints of Mountbatten Pink #A27989

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.81%

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

R = 38.57%
G = 28.81%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A27989 (or 0xA27989) is known color: Mountbatten Pink. HEX triplet: A2, 79 and 89. RGB value is (162,121,137). Sum of RGB (Red+Green+Blue) = 162+121+137=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A27989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27989 is #5D8676. Grayscale: #878787. Windows color (decimal): -6129271 or 9009570. OLE color: 9009570.

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

Color convert

RGB 162 121 137 -
CMYK 0 0.25 0.15 0.36
HSL 336.59º 0.18% 0.55% -
HSV(B) 336.59º 0.25% 0.64% -
XYZ 26.25 23.16 26.75 -
YUV 135.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 162 121 137 0 0.25 0.15 0.36 336.59 0.18 0.55
Hex A2 79 89 0 19 F 24 151 12 37
Octal 242 171 211 0 31 17 44 521 22 67
Binary 10100010 1111001 10001001 0 11001 1111 100100 101010001 10010 110111

Color Harmonies of #A27989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27989

Black with #A27989

Text Example


Text Example

White with #A27989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27989; }

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

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

background-color css

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

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

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

border-color css

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

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

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