Html Css Color HEX #A0838E Mountbatten Pink

📋 copy color: '#A0838E'

red 160 ◦ green 131 ◦ blue 142

#A0838E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #A0838E

Tints of Mountbatten Pink #A0838E

RGB

 RED value IS 160 (62.89% from 255) = 36.95%

 GREEN value IS 131 (51.56% from 255) = 30.25%

 BLUE value IS 142 (55.86% from 255) = 32.79%

R = 36.95%
G = 30.25%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0838E (or 0xA0838E) is known color: Mountbatten Pink. HEX triplet: A0, 83 and 8E. RGB value is (160,131,142). Sum of RGB (Red+Green+Blue) = 160+131+142=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A0838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0838E is #5F7C71. Grayscale: #8C8C8C. Windows color (decimal): -6257778 or 9339808. OLE color: 9339808.

HSL color Cylindrical-coordinate representation of color #A0838E: hue angle of 337.24º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0838E is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 131 142 -
CMYK 0 0.18 0.11 0.37
HSL 337.24º 0.13% 0.57% -
HSV(B) 337.24º 0.18% 0.63% -
XYZ 27.5 25.66 29.09 -
YUV 140.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 160 131 142 0 0.18 0.11 0.37 337.24 0.13 0.57
Hex A0 83 8E 0 12 B 25 151 D 39
Octal 240 203 216 0 22 13 45 521 15 71
Binary 10100000 10000011 10001110 0 10010 1011 100101 101010001 1101 111001

Color Harmonies of #A0838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0838E

Black with #A0838E

Text Example


Text Example

White with #A0838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0838E; }

 p { color: rgb(160,131,142); }

 H1.HeaderClassName
 {
   color: #A0838E;
 }
 .AnyTagClassName
 {
   color: #A0838E;
 }
</style>

background-color css

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

 a { background-color: rgb(160,131,142); }

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

border-color css

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

 span { border-color: rgb(160,131,142); }

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