Html Css Color HEX #A76B92 Mountbatten Pink

📋 copy color: '#A76B92'

red 167 ◦ green 107 ◦ blue 146

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

Shades of Mountbatten Pink #A76B92

Tints of Mountbatten Pink #A76B92

RGB

 RED value IS 167 (65.63% from 255) = 39.76%

 GREEN value IS 107 (42.19% from 255) = 25.48%

 BLUE value IS 146 (57.42% from 255) = 34.76%

R = 39.76%
G = 25.48%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A76B92 (or 0xA76B92) is known color: Mountbatten Pink. HEX triplet: A7, 6B and 92. RGB value is (167,107,146). Sum of RGB (Red+Green+Blue) = 167+107+146=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B92 is #58946D. Grayscale: #818181. Windows color (decimal): -5805166 or 9595815. OLE color: 9595815.

HSL color Cylindrical-coordinate representation of color #A76B92: hue angle of 321º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A76B92 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 107 146 -
CMYK 0 0.36 0.13 0.35
HSL 321º 0.25% 0.54% -
HSV(B) 321º 0.36% 0.65% -
XYZ 26.38 20.81 29.82 -
YUV 129.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 167 107 146 0 0.36 0.13 0.35 321 0.25 0.54
Hex A7 6B 92 0 24 D 23 141 19 36
Octal 247 153 222 0 44 15 43 501 31 66
Binary 10100111 1101011 10010010 0 100100 1101 100011 101000001 11001 110110

Color Harmonies of #A76B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B92

Black with #A76B92

Text Example


Text Example

White with #A76B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B92; }

 p { color: rgb(167,107,146); }

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

background-color css

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

 a { background-color: rgb(167,107,146); }

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

border-color css

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

 span { border-color: rgb(167,107,146); }

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