Html Css Color HEX #A37291 Mountbatten Pink

📋 copy color: '#A37291'

red 163 ◦ green 114 ◦ blue 145

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

Shades of Mountbatten Pink #A37291

Tints of Mountbatten Pink #A37291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.01%

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

R = 38.63%
G = 27.01%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A37291 (or 0xA37291) is known color: Mountbatten Pink. HEX triplet: A3, 72 and 91. RGB value is (163,114,145). Sum of RGB (Red+Green+Blue) = 163+114+145=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A37291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37291 is #5C8D6E. Grayscale: #848484. Windows color (decimal): -6065519 or 9532067. OLE color: 9532067.

HSL color Cylindrical-coordinate representation of color #A37291: hue angle of 322.04º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A37291 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 114 145 -
CMYK 0 0.30 0.11 0.36
HSL 322.04º 0.21% 0.54% -
HSV(B) 322.04º 0.3% 0.64% -
XYZ 26.23 21.87 29.63 -
YUV 132.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 163 114 145 0 0.30 0.11 0.36 322.04 0.21 0.54
Hex A3 72 91 0 1E B 24 142 15 36
Octal 243 162 221 0 36 13 44 502 25 66
Binary 10100011 1110010 10010001 0 11110 1011 100100 101000010 10101 110110

Color Harmonies of #A37291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37291

Black with #A37291

Text Example


Text Example

White with #A37291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37291; }

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

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

background-color css

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

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

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

border-color css

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

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

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