Html Css Color HEX #A07A8B Mountbatten Pink

📋 copy color: '#A07A8B'

red 160 ◦ green 122 ◦ blue 139

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

Shades of Mountbatten Pink #A07A8B

Tints of Mountbatten Pink #A07A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 38%
G = 28.98%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A07A8B (or 0xA07A8B) is known color: Mountbatten Pink. HEX triplet: A0, 7A and 8B. RGB value is (160,122,139). Sum of RGB (Red+Green+Blue) = 160+122+139=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07A8B is #5F8574. Grayscale: #878787. Windows color (decimal): -6260085 or 9140896. OLE color: 9140896.

HSL color Cylindrical-coordinate representation of color #A07A8B: hue angle of 333.16º 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 #A07A8B is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 122 139 -
CMYK 0 0.24 0.13 0.37
HSL 333.16º 0.17% 0.55% -
HSV(B) 333.16º 0.24% 0.63% -
XYZ 26.12 23.26 27.54 -
YUV 135.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 160 122 139 0 0.24 0.13 0.37 333.16 0.17 0.55
Hex A0 7A 8B 0 18 D 25 14D 11 37
Octal 240 172 213 0 30 15 45 515 21 67
Binary 10100000 1111010 10001011 0 11000 1101 100101 101001101 10001 110111

Color Harmonies of #A07A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A8B

Black with #A07A8B

Text Example


Text Example

White with #A07A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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