#A67291

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

Shades of Mountbatten Pink #A67291

Tints of Mountbatten Pink #A67291

Color information

#A67291 (or 0xA67291) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 72 and 91. RGB value is (166,114,145). Sum of RGB (Red+Green+Blue) = 166+114+145=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A67291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67291 is #598D6E. Grayscale: #858585. Windows color (decimal): -5868911 or 9532070. OLE color: 9532070.

HSL color Cylindrical-coordinate representation of color #A67291: hue angle of 324.23º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67291 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB166114145-
CMYK00.310.130.35
HSL324.23º22.61%54.9%-
HSV(B)324.23º31.33%65.1%-
XYZ26.8522.1929.66-
YUV133.08134.73151.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 145 (57.03% from 255) = 34.12%
R=39.06%
G=26.82%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611414500.310.130.35324.2322.6154.9
HexA6729101FD231441737
Octal24616222103715435042767
Binary10100110111001010010001011111110110001110100010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67291; }

 p { color: rgb(166,114,145); }

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

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

 a { background-color: rgb(166,114,145); }

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

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

 span { border-color: rgb(166,114,145); }

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