#A67B8E

Color #A67B8E Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #A67B8E

Tints of Mountbatten Pink #A67B8E

Color information

#A67B8E (or 0xA67B8E) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 7B and 8E. RGB value is (166,123,142). Sum of RGB (Red+Green+Blue) = 166+123+142=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67B8E is #598471. Grayscale: #898989. Windows color (decimal): -5866610 or 9337766. OLE color: 9337766.

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

Color convert

RGB166123142-
CMYK00.260.140.35
HSL333.49º19.46%56.67%-
HSV(B)333.49º25.9%65.1%-
XYZ27.6924.2328.81-
YUV138.02130.25147.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 123 (48.44% from 255) = 28.54%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=38.52%
G=28.54%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612314200.260.140.35333.4919.4656.67
HexA67B8E01AE2314d1339
Octal24617321603216435152371
Binary10100110111101110001110011010111010001110100110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B8E; }

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

 H1.HeaderClassName
 {
   color: #A67B8E;
 }
 .AnyTagClassName
 {
   color: #A67B8E;
 }
</style>
background-color css

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

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

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

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

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

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