Html Css Color HEX #A6738D Mountbatten Pink

📋 copy color: '#A6738D'

red 166 ◦ green 115 ◦ blue 141

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

Shades of Mountbatten Pink #A6738D

Tints of Mountbatten Pink #A6738D

RGB

 RED value IS 166 (65.23% from 255) = 39.34%

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

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

R = 39.34%
G = 27.25%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6738D (or 0xA6738D) is known color: Mountbatten Pink. HEX triplet: A6, 73 and 8D. RGB value is (166,115,141). Sum of RGB (Red+Green+Blue) = 166+115+141=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6738D is #598C72. Grayscale: #858585. Windows color (decimal): -5868659 or 9270182. OLE color: 9270182.

HSL color Cylindrical-coordinate representation of color #A6738D: hue angle of 329.41º degrees, saturation: 0.22, 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 #A6738D is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 115 141 -
CMYK 0 0.31 0.15 0.35
HSL 329.41º 0.22% 0.55% -
HSV(B) 329.41º 0.31% 0.65% -
XYZ 26.66 22.29 28.1 -
YUV 133.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 166 115 141 0 0.31 0.15 0.35 329.41 0.22 0.55
Hex A6 73 8D 0 1F F 23 149 16 37
Octal 246 163 215 0 37 17 43 511 26 67
Binary 10100110 1110011 10001101 0 11111 1111 100011 101001001 10110 110111

Color Harmonies of #A6738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6738D

Black with #A6738D

Text Example


Text Example

White with #A6738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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