Html Css Color HEX #A37691 Mountbatten Pink

📋 copy color: '#A37691'

red 163 ◦ green 118 ◦ blue 145

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

Shades of Mountbatten Pink #A37691

Tints of Mountbatten Pink #A37691

RGB

 RED value IS 163 (64.06% from 255) = 38.26%

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

 BLUE value IS 145 (57.03% from 255) = 34.04%

R = 38.26%
G = 27.7%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A37691 (or 0xA37691) is known color: Mountbatten Pink. HEX triplet: A3, 76 and 91. RGB value is (163,118,145). Sum of RGB (Red+Green+Blue) = 163+118+145=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A37691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37691 is #5C896E. Grayscale: #868686. Windows color (decimal): -6064495 or 9533091. OLE color: 9533091.

HSL color Cylindrical-coordinate representation of color #A37691: hue angle of 324º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A37691 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 118 145 -
CMYK 0 0.28 0.11 0.36
HSL 324º 0.2% 0.55% -
HSV(B) 324º 0.28% 0.64% -
XYZ 26.69 22.79 29.78 -
YUV 134.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 163 118 145 0 0.28 0.11 0.36 324 0.2 0.55
Hex A3 76 91 0 1C B 24 144 14 37
Octal 243 166 221 0 34 13 44 504 24 67
Binary 10100011 1110110 10010001 0 11100 1011 100100 101000100 10100 110111

Color Harmonies of #A37691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37691

Black with #A37691

Text Example


Text Example

White with #A37691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37691; }

 p { color: rgb(163,118,145); }

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

background-color css

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

 a { background-color: rgb(163,118,145); }

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

border-color css

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

 span { border-color: rgb(163,118,145); }

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