Html Css Color HEX #A8738D Mountbatten Pink

📋 copy color: '#A8738D'

red 168 ◦ green 115 ◦ blue 141

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

Shades of Mountbatten Pink #A8738D

Tints of Mountbatten Pink #A8738D

RGB

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

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

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

R = 39.62%
G = 27.12%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8738D (or 0xA8738D) is known color: Mountbatten Pink. HEX triplet: A8, 73 and 8D. RGB value is (168,115,141). Sum of RGB (Red+Green+Blue) = 168+115+141=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 168 - color contains mainly: red. Hex color #A8738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8738D is #578C72. Grayscale: #858585. Windows color (decimal): -5737587 or 9270184. OLE color: 9270184.

HSL color Cylindrical-coordinate representation of color #A8738D: hue angle of 330.57º 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 #A8738D is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 115 141 -
CMYK 0 0.32 0.16 0.34
HSL 330.57º 0.23% 0.55% -
HSV(B) 330.57º 0.32% 0.66% -
XYZ 27.09 22.51 28.12 -
YUV 133.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 168 115 141 0 0.32 0.16 0.34 330.57 0.23 0.55
Hex A8 73 8D 0 20 10 22 14B 17 37
Octal 250 163 215 0 40 20 42 513 27 67
Binary 10101000 1110011 10001101 0 100000 10000 100010 101001011 10111 110111

Color Harmonies of #A8738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8738D

Black with #A8738D

Text Example


Text Example

White with #A8738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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