Html Css Color HEX #A2738D Mountbatten Pink

📋 copy color: '#A2738D'

red 162 ◦ green 115 ◦ blue 141

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

Shades of Mountbatten Pink #A2738D

Tints of Mountbatten Pink #A2738D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 38.76%
G = 27.51%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2738D (or 0xA2738D) is known color: Mountbatten Pink. HEX triplet: A2, 73 and 8D. RGB value is (162,115,141). Sum of RGB (Red+Green+Blue) = 162+115+141=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2738D is #5D8C72. Grayscale: #838383. Windows color (decimal): -6130803 or 9270178. OLE color: 9270178.

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

Color convert

RGB 162 115 141 -
CMYK 0 0.29 0.13 0.36
HSL 326.81º 0.2% 0.54% -
HSV(B) 326.81º 0.29% 0.64% -
XYZ 25.84 21.87 28.06 -
YUV 132.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 162 115 141 0 0.29 0.13 0.36 326.81 0.2 0.54
Hex A2 73 8D 0 1D D 24 147 14 36
Octal 242 163 215 0 35 15 44 507 24 66
Binary 10100010 1110011 10001101 0 11101 1101 100100 101000111 10100 110110

Color Harmonies of #A2738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2738D

Black with #A2738D

Text Example


Text Example

White with #A2738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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