#AC6292

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

Shades of Mountbatten Pink #AC6292

Tints of Mountbatten Pink #AC6292

Color information

#AC6292 (or 0xAC6292) is unknown color: approx Mountbatten Pink. HEX triplet: AC, 62 and 92. RGB value is (172,98,146). Sum of RGB (Red+Green+Blue) = 172+98+146=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6292 is #539D6D. Grayscale: #7D7D7D. Windows color (decimal): -5479790 or 9593516. OLE color: 9593516.

HSL color Cylindrical-coordinate representation of color #AC6292: hue angle of 321.08º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC6292 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17298146-
CMYK00.430.150.33
HSL321.08º30.83%52.94%-
HSV(B)321.08º43.02%67.45%-
XYZ26.5719.5829.57-
YUV125.6139.52161.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 98 (38.67% from 255) = 23.56%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=41.35%
G=23.56%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729814600.430.150.33321.0830.8352.94
HexAC629202BF211411f35
Octal25414222205317415013765
Binary101011001100010100100100101011111110000110100000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6292; }

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

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

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

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

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

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

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

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