#A86592

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

Shades of Mountbatten Pink #A86592

Tints of Mountbatten Pink #A86592

Color information

#A86592 (or 0xA86592) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 65 and 92. RGB value is (168,101,146). Sum of RGB (Red+Green+Blue) = 168+101+146=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A86592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86592 is #579A6D. Grayscale: #7E7E7E. Windows color (decimal): -5741166 or 9594280. OLE color: 9594280.

HSL color Cylindrical-coordinate representation of color #A86592: hue angle of 319.7º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86592 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB168101146-
CMYK00.400.130.34
HSL319.7º27.8%52.75%-
HSV(B)319.7º39.88%65.88%-
XYZ25.9919.7129.63-
YUV126.16139.2157.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=40.48%
G=24.34%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810114600.400.130.34319.727.852.75
HexA86592028D221401c35
Octal25014522205015425003465
Binary101010001100101100100100101000110110001010100000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86592; }

 p { color: rgb(168,101,146); }

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

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

 a { background-color: rgb(168,101,146); }

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

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

 span { border-color: rgb(168,101,146); }

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