Html Css Color HEX #A67C8E Mountbatten Pink

📋 copy color: '#A67C8E'

red 166 ◦ green 124 ◦ blue 142

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

Shades of Mountbatten Pink #A67C8E

Tints of Mountbatten Pink #A67C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.7%

 BLUE value IS 142 (55.86% from 255) = 32.87%

R = 38.43%
G = 28.7%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A67C8E (or 0xA67C8E) is known color: Mountbatten Pink. HEX triplet: A6, 7C and 8E. RGB value is (166,124,142). Sum of RGB (Red+Green+Blue) = 166+124+142=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67C8E is #598371. Grayscale: #8A8A8A. Windows color (decimal): -5866354 or 9338022. OLE color: 9338022.

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

Color convert

RGB 166 124 142 -
CMYK 0 0.25 0.14 0.35
HSL 334.29º 0.19% 0.57% -
HSV(B) 334.29º 0.25% 0.65% -
XYZ 27.82 24.48 28.85 -
YUV 138.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 166 124 142 0 0.25 0.14 0.35 334.29 0.19 0.57
Hex A6 7C 8E 0 19 E 23 14E 13 39
Octal 246 174 216 0 31 16 43 516 23 71
Binary 10100110 1111100 10001110 0 11001 1110 100011 101001110 10011 111001

Color Harmonies of #A67C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C8E

Black with #A67C8E

Text Example


Text Example

White with #A67C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C8E; }

 p { color: rgb(166,124,142); }

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

background-color css

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

 a { background-color: rgb(166,124,142); }

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

border-color css

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

 span { border-color: rgb(166,124,142); }

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