#A67B8F

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

Shades of Mountbatten Pink #A67B8F

Tints of Mountbatten Pink #A67B8F

Color information

#A67B8F (or 0xA67B8F) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 7B and 8F. RGB value is (166,123,143). Sum of RGB (Red+Green+Blue) = 166+123+143=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67B8F is #598470. Grayscale: #8A8A8A. Windows color (decimal): -5866609 or 9403302. OLE color: 9403302.

HSL color Cylindrical-coordinate representation of color #A67B8F: hue angle of 332.09º 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 #A67B8F is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB166123143-
CMYK00.260.140.35
HSL332.09º19.46%56.67%-
HSV(B)332.09º25.9%65.1%-
XYZ27.7724.2629.21-
YUV138.14130.75147.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 123 (48.44% from 255) = 28.47%
BLUE value IS 143 (56.25% from 255) = 33.10%
R=38.43%
G=28.47%
B=33.10%

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
Decimal16612314300.260.140.35332.0919.4656.67
HexA67B8F01AE2314c1339
Octal24617321703216435142371
Binary10100110111101110001111011010111010001110100110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B8F; }

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

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

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

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

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

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

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

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