Html Css Color HEX #A0858F Mountbatten Pink

📋 copy color: '#A0858F'

red 160 ◦ green 133 ◦ blue 143

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

Shades of Mountbatten Pink #A0858F

Tints of Mountbatten Pink #A0858F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.5%

 BLUE value IS 143 (56.25% from 255) = 32.8%

R = 36.7%
G = 30.5%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0858F (or 0xA0858F) is known color: Mountbatten Pink. HEX triplet: A0, 85 and 8F. RGB value is (160,133,143). Sum of RGB (Red+Green+Blue) = 160+133+143=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A0858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0858F is #5F7A70. Grayscale: #8E8E8E. Windows color (decimal): -6257265 or 9405856. OLE color: 9405856.

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

Color convert

RGB 160 133 143 -
CMYK 0 0.17 0.11 0.37
HSL 337.78º 0.12% 0.57% -
HSV(B) 337.78º 0.17% 0.63% -
XYZ 27.84 26.23 29.58 -
YUV 142.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 160 133 143 0 0.17 0.11 0.37 337.78 0.12 0.57
Hex A0 85 8F 0 11 B 25 152 C 39
Octal 240 205 217 0 21 13 45 522 14 71
Binary 10100000 10000101 10001111 0 10001 1011 100101 101010010 1100 111001

Color Harmonies of #A0858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0858F

Black with #A0858F

Text Example


Text Example

White with #A0858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0858F; }

 p { color: rgb(160,133,143); }

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

background-color css

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

 a { background-color: rgb(160,133,143); }

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

border-color css

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

 span { border-color: rgb(160,133,143); }

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