Html Css Color HEX #A2748A Mountbatten Pink

📋 copy color: '#A2748A'

red 162 ◦ green 116 ◦ blue 138

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

Shades of Mountbatten Pink #A2748A

Tints of Mountbatten Pink #A2748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.88%

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 38.94%
G = 27.88%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2748A (or 0xA2748A) is known color: Mountbatten Pink. HEX triplet: A2, 74 and 8A. RGB value is (162,116,138). Sum of RGB (Red+Green+Blue) = 162+116+138=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A2748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2748A is #5D8B75. Grayscale: #848484. Windows color (decimal): -6130550 or 9073826. OLE color: 9073826.

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

Color convert

RGB 162 116 138 -
CMYK 0 0.28 0.15 0.36
HSL 331.3º 0.2% 0.55% -
HSV(B) 331.3º 0.28% 0.64% -
XYZ 25.73 22.01 26.94 -
YUV 132.26 131.24 149.21 -
System Red Green Blue C M Y K H S L
Decimal 162 116 138 0 0.28 0.15 0.36 331.3 0.2 0.55
Hex A2 74 8A 0 1C F 24 14B 14 37
Octal 242 164 212 0 34 17 44 513 24 67
Binary 10100010 1110100 10001010 0 11100 1111 100100 101001011 10100 110111

Color Harmonies of #A2748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2748A

Black with #A2748A

Text Example


Text Example

White with #A2748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2748A; }

 p { color: rgb(162,116,138); }

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

background-color css

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

 a { background-color: rgb(162,116,138); }

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

border-color css

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

 span { border-color: rgb(162,116,138); }

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