Html Css Color HEX #A8768E Mountbatten Pink

📋 copy color: '#A8768E'

red 168 ◦ green 118 ◦ blue 142

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

Shades of Mountbatten Pink #A8768E

Tints of Mountbatten Pink #A8768E

RGB

 RED value IS 168 (66.02% from 255) = 39.25%

 GREEN value IS 118 (46.48% from 255) = 27.57%

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

R = 39.25%
G = 27.57%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8768E (or 0xA8768E) is known color: Mountbatten Pink. HEX triplet: A8, 76 and 8E. RGB value is (168,118,142). Sum of RGB (Red+Green+Blue) = 168+118+142=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A8768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8768E is #578971. Grayscale: #878787. Windows color (decimal): -5736818 or 9336488. OLE color: 9336488.

HSL color Cylindrical-coordinate representation of color #A8768E: hue angle of 331.2º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8768E is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 118 142 -
CMYK 0 0.30 0.15 0.34
HSL 331.2º 0.22% 0.56% -
HSV(B) 331.2º 0.3% 0.66% -
XYZ 27.51 23.23 28.63 -
YUV 135.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 168 118 142 0 0.30 0.15 0.34 331.2 0.22 0.56
Hex A8 76 8E 0 1E F 22 14B 16 38
Octal 250 166 216 0 36 17 42 513 26 70
Binary 10101000 1110110 10001110 0 11110 1111 100010 101001011 10110 111000

Color Harmonies of #A8768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8768E

Black with #A8768E

Text Example


Text Example

White with #A8768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8768E; }

 p { color: rgb(168,118,142); }

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

background-color css

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

 a { background-color: rgb(168,118,142); }

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

border-color css

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

 span { border-color: rgb(168,118,142); }

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