Html Css Color HEX #A07B8E Mountbatten Pink

📋 copy color: '#A07B8E'

red 160 ◦ green 123 ◦ blue 142

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

Shades of Mountbatten Pink #A07B8E

Tints of Mountbatten Pink #A07B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.94%

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

R = 37.65%
G = 28.94%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A07B8E (or 0xA07B8E) is known color: Mountbatten Pink. HEX triplet: A0, 7B and 8E. RGB value is (160,123,142). Sum of RGB (Red+Green+Blue) = 160+123+142=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07B8E is #5F8471. Grayscale: #888888. Windows color (decimal): -6259826 or 9337760. OLE color: 9337760.

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

Color convert

RGB 160 123 142 -
CMYK 0 0.23 0.11 0.37
HSL 329.19º 0.16% 0.55% -
HSV(B) 329.19º 0.23% 0.63% -
XYZ 26.46 23.59 28.75 -
YUV 136.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 160 123 142 0 0.23 0.11 0.37 329.19 0.16 0.55
Hex A0 7B 8E 0 17 B 25 149 10 37
Octal 240 173 216 0 27 13 45 511 20 67
Binary 10100000 1111011 10001110 0 10111 1011 100101 101001001 10000 110111

Color Harmonies of #A07B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07B8E

Black with #A07B8E

Text Example


Text Example

White with #A07B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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