Html Css Color HEX #A0828F Mountbatten Pink

📋 copy color: '#A0828F'

red 160 ◦ green 130 ◦ blue 143

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

Shades of Mountbatten Pink #A0828F

Tints of Mountbatten Pink #A0828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.02%

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

R = 36.95%
G = 30.02%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0828F (or 0xA0828F) is known color: Mountbatten Pink. HEX triplet: A0, 82 and 8F. RGB value is (160,130,143). Sum of RGB (Red+Green+Blue) = 160+130+143=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A0828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0828F is #5F7D70. Grayscale: #8C8C8C. Windows color (decimal): -6258033 or 9405088. OLE color: 9405088.

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

Color convert

RGB 160 130 143 -
CMYK 0 0.19 0.11 0.37
HSL 334º 0.14% 0.57% -
HSV(B) 334º 0.19% 0.63% -
XYZ 27.44 25.42 29.45 -
YUV 140.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 160 130 143 0 0.19 0.11 0.37 334 0.14 0.57
Hex A0 82 8F 0 13 B 25 14E E 39
Octal 240 202 217 0 23 13 45 516 16 71
Binary 10100000 10000010 10001111 0 10011 1011 100101 101001110 1110 111001

Color Harmonies of #A0828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0828F

Black with #A0828F

Text Example


Text Example

White with #A0828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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