#A76292

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

Shades of Mountbatten Pink #A76292

Tints of Mountbatten Pink #A76292

Color information

#A76292 (or 0xA76292) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 62 and 92. RGB value is (167,98,146). Sum of RGB (Red+Green+Blue) = 167+98+146=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A76292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76292 is #589D6D. Grayscale: #7B7B7B. Windows color (decimal): -5807470 or 9593511. OLE color: 9593511.

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

Color convert

RGB16798146-
CMYK00.410.130.35
HSL318.26º28.16%51.96%-
HSV(B)318.26º41.32%65.49%-
XYZ25.4919.0329.52-
YUV124.1140.36158.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=40.63%
G=23.84%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679814600.410.130.35318.2628.1651.96
HexA76292029D2313e1c34
Octal24714222205115434763464
Binary101001111100010100100100101001110110001110011111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76292; }

 p { color: rgb(167,98,146); }

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

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

 a { background-color: rgb(167,98,146); }

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

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

 span { border-color: rgb(167,98,146); }

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