Html Css Color HEX #A7738D Mountbatten Pink

📋 copy color: '#A7738D'

red 167 ◦ green 115 ◦ blue 141

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

Shades of Mountbatten Pink #A7738D

Tints of Mountbatten Pink #A7738D

RGB

 RED value IS 167 (65.63% from 255) = 39.48%

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

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

R = 39.48%
G = 27.19%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7738D (or 0xA7738D) is known color: Mountbatten Pink. HEX triplet: A7, 73 and 8D. RGB value is (167,115,141). Sum of RGB (Red+Green+Blue) = 167+115+141=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A7738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7738D is #588C72. Grayscale: #858585. Windows color (decimal): -5803123 or 9270183. OLE color: 9270183.

HSL color Cylindrical-coordinate representation of color #A7738D: hue angle of 330º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7738D is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 115 141 -
CMYK 0 0.31 0.16 0.35
HSL 330º 0.23% 0.55% -
HSV(B) 330º 0.31% 0.65% -
XYZ 26.87 22.4 28.11 -
YUV 133.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 167 115 141 0 0.31 0.16 0.35 330 0.23 0.55
Hex A7 73 8D 0 1F 10 23 14A 17 37
Octal 247 163 215 0 37 20 43 512 27 67
Binary 10100111 1110011 10001101 0 11111 10000 100011 101001010 10111 110111

Color Harmonies of #A7738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7738D

Black with #A7738D

Text Example


Text Example

White with #A7738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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