Html Css Color HEX #A8738E Mountbatten Pink

📋 copy color: '#A8738E'

red 168 ◦ green 115 ◦ blue 142

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

Shades of Mountbatten Pink #A8738E

Tints of Mountbatten Pink #A8738E

RGB

 RED value IS 168 (66.02% from 255) = 39.53%

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

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 39.53%
G = 27.06%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8738E (or 0xA8738E) is known color: Mountbatten Pink. HEX triplet: A8, 73 and 8E. RGB value is (168,115,142). Sum of RGB (Red+Green+Blue) = 168+115+142=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A8738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8738E is #578C71. Grayscale: #858585. Windows color (decimal): -5737586 or 9335720. OLE color: 9335720.

HSL color Cylindrical-coordinate representation of color #A8738E: hue angle of 329.43º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8738E is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 115 142 -
CMYK 0 0.32 0.15 0.34
HSL 329.43º 0.23% 0.55% -
HSV(B) 329.43º 0.32% 0.66% -
XYZ 27.16 22.54 28.51 -
YUV 133.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 168 115 142 0 0.32 0.15 0.34 329.43 0.23 0.55
Hex A8 73 8E 0 20 F 22 149 17 37
Octal 250 163 216 0 40 17 42 511 27 67
Binary 10101000 1110011 10001110 0 100000 1111 100010 101001001 10111 110111

Color Harmonies of #A8738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8738E

Black with #A8738E

Text Example


Text Example

White with #A8738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8738E; }

 p { color: rgb(168,115,142); }

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

background-color css

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

 a { background-color: rgb(168,115,142); }

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

border-color css

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

 span { border-color: rgb(168,115,142); }

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