#A67290

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

Shades of Mountbatten Pink #A67290

Tints of Mountbatten Pink #A67290

Color information

#A67290 (or 0xA67290) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 72 and 90. RGB value is (166,114,144). Sum of RGB (Red+Green+Blue) = 166+114+144=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A67290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67290 is #598D6F. Grayscale: #848484. Windows color (decimal): -5868912 or 9466534. OLE color: 9466534.

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

Color convert

RGB166114144-
CMYK00.310.130.35
HSL325.38º22.61%54.9%-
HSV(B)325.38º31.33%65.1%-
XYZ26.7822.1629.25-
YUV132.97134.23151.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.15%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 144 (56.64% from 255) = 33.96%
R=39.15%
G=26.89%
B=33.96%

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
Decimal16611414400.310.130.35325.3822.6154.9
HexA6729001FD231451737
Octal24616222003715435052767
Binary10100110111001010010000011111110110001110100010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67290; }

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

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

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

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

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

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

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

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