#A3828F

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

Shades of Mountbatten Pink #A3828F

Tints of Mountbatten Pink #A3828F

Color information

#A3828F (or 0xA3828F) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 82 and 8F. RGB value is (163,130,143). Sum of RGB (Red+Green+Blue) = 163+130+143=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A3828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3828F is #5C7D70. Grayscale: #8D8D8D. Windows color (decimal): -6061425 or 9405091. OLE color: 9405091.

HSL color Cylindrical-coordinate representation of color #A3828F: hue angle of 336.36º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3828F is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB163130143-
CMYK00.200.120.36
HSL336.36º15.21%57.45%-
HSV(B)336.36º20.25%63.92%-
XYZ28.0425.7329.48-
YUV141.35128.93143.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 143 (56.25% from 255) = 32.80%
R=37.39%
G=29.82%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313014300.200.120.36336.3615.2157.45
HexA3828F014C24150f39
Octal24320221702414445201771
Binary10100011100000101000111101010011001001001010100001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3828F; }

 p { color: rgb(163,130,143); }

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

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

 a { background-color: rgb(163,130,143); }

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

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

 span { border-color: rgb(163,130,143); }

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