Html Css Color HEX #A8728D Mountbatten Pink

📋 copy color: '#A8728D'

red 168 ◦ green 114 ◦ blue 141

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

Shades of Mountbatten Pink #A8728D

Tints of Mountbatten Pink #A8728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.95%

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

R = 39.72%
G = 26.95%
B = 33.33%

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

#A8728D (or 0xA8728D) is known color: Mountbatten Pink. HEX triplet: A8, 72 and 8D. RGB value is (168,114,141). Sum of RGB (Red+Green+Blue) = 168+114+141=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A8728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8728D is #578D72. Grayscale: #858585. Windows color (decimal): -5737843 or 9269928. OLE color: 9269928.

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

Color convert

RGB 168 114 141 -
CMYK 0 0.32 0.16 0.34
HSL 330º 0.24% 0.55% -
HSV(B) 330º 0.32% 0.66% -
XYZ 26.97 22.28 28.08 -
YUV 133.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 168 114 141 0 0.32 0.16 0.34 330 0.24 0.55
Hex A8 72 8D 0 20 10 22 14A 18 37
Octal 250 162 215 0 40 20 42 512 30 67
Binary 10101000 1110010 10001101 0 100000 10000 100010 101001010 11000 110111

Color Harmonies of #A8728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8728D

Black with #A8728D

Text Example


Text Example

White with #A8728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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