Html Css Color HEX #A27292 Mountbatten Pink

📋 copy color: '#A27292'

red 162 ◦ green 114 ◦ blue 146

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

Shades of Mountbatten Pink #A27292

Tints of Mountbatten Pink #A27292

RGB

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

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

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

R = 38.39%
G = 27.01%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A27292 (or 0xA27292) is known color: Mountbatten Pink. HEX triplet: A2, 72 and 92. RGB value is (162,114,146). Sum of RGB (Red+Green+Blue) = 162+114+146=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A27292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27292 is #5D8D6D. Grayscale: #838383. Windows color (decimal): -6131054 or 9597602. OLE color: 9597602.

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

Color convert

RGB 162 114 146 -
CMYK 0 0.30 0.10 0.36
HSL 320º 0.21% 0.54% -
HSV(B) 320º 0.3% 0.64% -
XYZ 26.11 21.79 30.02 -
YUV 132 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 162 114 146 0 0.30 0.10 0.36 320 0.21 0.54
Hex A2 72 92 0 1E A 24 140 15 36
Octal 242 162 222 0 36 12 44 500 25 66
Binary 10100010 1110010 10010010 0 11110 1010 100100 101000000 10101 110110

Color Harmonies of #A27292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27292

Black with #A27292

Text Example


Text Example

White with #A27292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27292; }

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

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

background-color css

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

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

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

border-color css

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

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

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