Html Css Color HEX #A66795 Mountbatten Pink

📋 copy color: '#A66795'

red 166 ◦ green 103 ◦ blue 149

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

Shades of Mountbatten Pink #A66795

Tints of Mountbatten Pink #A66795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.64%

 BLUE value IS 149 (58.59% from 255) = 35.65%

R = 39.71%
G = 24.64%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A66795 (or 0xA66795) is known color: Mountbatten Pink. HEX triplet: A6, 67 and 95. RGB value is (166,103,149). Sum of RGB (Red+Green+Blue) = 166+103+149=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A66795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66795 is #59986A. Grayscale: #7E7E7E. Windows color (decimal): -5871723 or 9791398. OLE color: 9791398.

HSL color Cylindrical-coordinate representation of color #A66795: hue angle of 316.19º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A66795 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 103 149 -
CMYK 0 0.38 0.10 0.35
HSL 316.19º 0.26% 0.53% -
HSV(B) 316.19º 0.38% 0.65% -
XYZ 26 19.98 30.92 -
YUV 127.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 166 103 149 0 0.38 0.10 0.35 316.19 0.26 0.53
Hex A6 67 95 0 26 A 23 13C 1A 35
Octal 246 147 225 0 46 12 43 474 32 65
Binary 10100110 1100111 10010101 0 100110 1010 100011 100111100 11010 110101

Color Harmonies of #A66795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66795

Black with #A66795

Text Example


Text Example

White with #A66795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66795; }

 p { color: rgb(166,103,149); }

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

background-color css

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

 a { background-color: rgb(166,103,149); }

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

border-color css

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

 span { border-color: rgb(166,103,149); }

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