Html Css Color HEX #A07B8F Mountbatten Pink

📋 copy color: '#A07B8F'

red 160 ◦ green 123 ◦ blue 143

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

Shades of Mountbatten Pink #A07B8F

Tints of Mountbatten Pink #A07B8F

RGB

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

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

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

R = 37.56%
G = 28.87%
B = 33.57%

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

#A07B8F (or 0xA07B8F) is known color: Mountbatten Pink. HEX triplet: A0, 7B and 8F. RGB value is (160,123,143). Sum of RGB (Red+Green+Blue) = 160+123+143=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07B8F is #5F8470. Grayscale: #888888. Windows color (decimal): -6259825 or 9403296. OLE color: 9403296.

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

Color convert

RGB 160 123 143 -
CMYK 0 0.23 0.11 0.37
HSL 327.57º 0.16% 0.55% -
HSV(B) 327.57º 0.23% 0.63% -
XYZ 26.54 23.62 29.15 -
YUV 136.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 160 123 143 0 0.23 0.11 0.37 327.57 0.16 0.55
Hex A0 7B 8F 0 17 B 25 148 10 37
Octal 240 173 217 0 27 13 45 510 20 67
Binary 10100000 1111011 10001111 0 10111 1011 100101 101001000 10000 110111

Color Harmonies of #A07B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07B8F

Black with #A07B8F

Text Example


Text Example

White with #A07B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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