Html Css Color HEX #A6798F Mountbatten Pink

📋 copy color: '#A6798F'

red 166 ◦ green 121 ◦ blue 143

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

Shades of Mountbatten Pink #A6798F

Tints of Mountbatten Pink #A6798F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.14%

 BLUE value IS 143 (56.25% from 255) = 33.26%

R = 38.6%
G = 28.14%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6798F (or 0xA6798F) is known color: Mountbatten Pink. HEX triplet: A6, 79 and 8F. RGB value is (166,121,143). Sum of RGB (Red+Green+Blue) = 166+121+143=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A6798F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6798F is #598670. Grayscale: #888888. Windows color (decimal): -5867121 or 9402790. OLE color: 9402790.

HSL color Cylindrical-coordinate representation of color #A6798F: hue angle of 330.67º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6798F is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 121 143 -
CMYK 0 0.27 0.14 0.35
HSL 330.67º 0.2% 0.56% -
HSV(B) 330.67º 0.27% 0.65% -
XYZ 27.52 23.76 29.12 -
YUV 136.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 166 121 143 0 0.27 0.14 0.35 330.67 0.2 0.56
Hex A6 79 8F 0 1B E 23 14B 14 38
Octal 246 171 217 0 33 16 43 513 24 70
Binary 10100110 1111001 10001111 0 11011 1110 100011 101001011 10100 111000

Color Harmonies of #A6798F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6798F

Black with #A6798F

Text Example


Text Example

White with #A6798F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6798F; }

 p { color: rgb(166,121,143); }

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

background-color css

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

 a { background-color: rgb(166,121,143); }

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

border-color css

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

 span { border-color: rgb(166,121,143); }

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