#A36792

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

Shades of Mountbatten Pink #A36792

Tints of Mountbatten Pink #A36792

Color information

#A36792 (or 0xA36792) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 67 and 92. RGB value is (163,103,146). Sum of RGB (Red+Green+Blue) = 163+103+146=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A36792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36792 is #5C986D. Grayscale: #7D7D7D. Windows color (decimal): -6068334 or 9594787. OLE color: 9594787.

HSL color Cylindrical-coordinate representation of color #A36792: hue angle of 317º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A36792 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163103146-
CMYK00.370.100.36
HSL317º24.59%52.16%-
HSV(B)317º36.81%63.92%-
XYZ25.1419.5629.64-
YUV125.84139.38154.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.56%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=39.56%
G=25%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310314600.370.100.3631724.5952.16
HexA36792025A2413d1934
Octal24314722204512444753164
Binary101000111100111100100100100101101010010010011110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36792; }

 p { color: rgb(163,103,146); }

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

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

 a { background-color: rgb(163,103,146); }

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

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

 span { border-color: rgb(163,103,146); }

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