Html Css Color HEX #A07A89 Mountbatten Pink

📋 copy color: '#A07A89'

red 160 ◦ green 122 ◦ blue 137

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

Shades of Mountbatten Pink #A07A89

Tints of Mountbatten Pink #A07A89

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.12%

 BLUE value IS 137 (53.91% from 255) = 32.7%

R = 38.19%
G = 29.12%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A07A89 (or 0xA07A89) is known color: Mountbatten Pink. HEX triplet: A0, 7A and 89. RGB value is (160,122,137). Sum of RGB (Red+Green+Blue) = 160+122+137=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07A89 is #5F8576. Grayscale: #878787. Windows color (decimal): -6260087 or 9009824. OLE color: 9009824.

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

Color convert

RGB 160 122 137 -
CMYK 0 0.24 0.14 0.37
HSL 336.32º 0.17% 0.55% -
HSV(B) 336.32º 0.24% 0.63% -
XYZ 25.97 23.2 26.78 -
YUV 135.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 160 122 137 0 0.24 0.14 0.37 336.32 0.17 0.55
Hex A0 7A 89 0 18 E 25 150 11 37
Octal 240 172 211 0 30 16 45 520 21 67
Binary 10100000 1111010 10001001 0 11000 1110 100101 101010000 10001 110111

Color Harmonies of #A07A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A89

Black with #A07A89

Text Example


Text Example

White with #A07A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A89; }

 p { color: rgb(160,122,137); }

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

background-color css

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

 a { background-color: rgb(160,122,137); }

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

border-color css

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

 span { border-color: rgb(160,122,137); }

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