#A37A8B

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

Shades of Mountbatten Pink #A37A8B

Tints of Mountbatten Pink #A37A8B

Color information

#A37A8B (or 0xA37A8B) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 7A and 8B. RGB value is (163,122,139). Sum of RGB (Red+Green+Blue) = 163+122+139=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A8B is #5C8574. Grayscale: #888888. Windows color (decimal): -6063477 or 9140899. OLE color: 9140899.

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

Color convert

RGB163122139-
CMYK00.250.150.36
HSL335.12º18.22%55.88%-
HSV(B)335.12º25.15%63.92%-
XYZ26.7223.5727.57-
YUV136.2129.58147.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=38.44%
G=28.77%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312213900.250.150.36335.1218.2255.88
HexA37A8B019F2414f1238
Octal24317221303117445172270
Binary10100011111101010001011011001111110010010100111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A8B; }

 p { color: rgb(163,122,139); }

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

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

 a { background-color: rgb(163,122,139); }

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

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

 span { border-color: rgb(163,122,139); }

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