Html Css Color HEX #A27392 Mountbatten Pink

📋 copy color: '#A27392'

red 162 ◦ green 115 ◦ blue 146

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

Shades of Mountbatten Pink #A27392

Tints of Mountbatten Pink #A27392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.19%

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

R = 38.3%
G = 27.19%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A27392 (or 0xA27392) is known color: Mountbatten Pink. HEX triplet: A2, 73 and 92. RGB value is (162,115,146). Sum of RGB (Red+Green+Blue) = 162+115+146=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A27392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27392 is #5D8C6D. Grayscale: #848484. Windows color (decimal): -6130798 or 9597858. OLE color: 9597858.

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

Color convert

RGB 162 115 146 -
CMYK 0 0.29 0.10 0.36
HSL 320.43º 0.2% 0.54% -
HSV(B) 320.43º 0.29% 0.64% -
XYZ 26.22 22.02 30.06 -
YUV 132.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 162 115 146 0 0.29 0.10 0.36 320.43 0.2 0.54
Hex A2 73 92 0 1D A 24 140 14 36
Octal 242 163 222 0 35 12 44 500 24 66
Binary 10100010 1110011 10010010 0 11101 1010 100100 101000000 10100 110110

Color Harmonies of #A27392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27392

Black with #A27392

Text Example


Text Example

White with #A27392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27392; }

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

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

background-color css

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

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

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

border-color css

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

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

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