Html Css Color HEX #A67E8E Mountbatten Pink

📋 copy color: '#A67E8E'

red 166 ◦ green 126 ◦ blue 142

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

Shades of Mountbatten Pink #A67E8E

Tints of Mountbatten Pink #A67E8E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.03%

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

R = 38.25%
G = 29.03%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A67E8E (or 0xA67E8E) is known color: Mountbatten Pink. HEX triplet: A6, 7E and 8E. RGB value is (166,126,142). Sum of RGB (Red+Green+Blue) = 166+126+142=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67E8E is #598171. Grayscale: #8B8B8B. Windows color (decimal): -5865842 or 9338534. OLE color: 9338534.

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

Color convert

RGB 166 126 142 -
CMYK 0 0.24 0.14 0.35
HSL 336º 0.18% 0.57% -
HSV(B) 336º 0.24% 0.65% -
XYZ 28.07 24.98 28.93 -
YUV 139.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 166 126 142 0 0.24 0.14 0.35 336 0.18 0.57
Hex A6 7E 8E 0 18 E 23 150 12 39
Octal 246 176 216 0 30 16 43 520 22 71
Binary 10100110 1111110 10001110 0 11000 1110 100011 101010000 10010 111001

Color Harmonies of #A67E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67E8E

Black with #A67E8E

Text Example


Text Example

White with #A67E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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