Html Css Color HEX #A27992 Mountbatten Pink

📋 copy color: '#A27992'

red 162 ◦ green 121 ◦ blue 146

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

Shades of Mountbatten Pink #A27992

Tints of Mountbatten Pink #A27992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.03%

R = 37.76%
G = 28.21%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A27992 (or 0xA27992) is known color: Mountbatten Pink. HEX triplet: A2, 79 and 92. RGB value is (162,121,146). Sum of RGB (Red+Green+Blue) = 162+121+146=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A27992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27992 is #5D866D. Grayscale: #888888. Windows color (decimal): -6129262 or 9599394. OLE color: 9599394.

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

Color convert

RGB 162 121 146 -
CMYK 0 0.25 0.10 0.36
HSL 323.41º 0.18% 0.55% -
HSV(B) 323.41º 0.25% 0.64% -
XYZ 26.93 23.43 30.3 -
YUV 136.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 162 121 146 0 0.25 0.10 0.36 323.41 0.18 0.55
Hex A2 79 92 0 19 A 24 143 12 37
Octal 242 171 222 0 31 12 44 503 22 67
Binary 10100010 1111001 10010010 0 11001 1010 100100 101000011 10010 110111

Color Harmonies of #A27992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27992

Black with #A27992

Text Example


Text Example

White with #A27992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27992; }

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

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

background-color css

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

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

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

border-color css

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

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

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