Html Css Color HEX #A37089 Mountbatten Pink

📋 copy color: '#A37089'

red 163 ◦ green 112 ◦ blue 137

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

Shades of Mountbatten Pink #A37089

Tints of Mountbatten Pink #A37089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.18%

 BLUE value IS 137 (53.91% from 255) = 33.25%

R = 39.56%
G = 27.18%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A37089 (or 0xA37089) is known color: Mountbatten Pink. HEX triplet: A3, 70 and 89. RGB value is (163,112,137). Sum of RGB (Red+Green+Blue) = 163+112+137=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A37089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37089 is #5C8F76. Grayscale: #828282. Windows color (decimal): -6066039 or 9007267. OLE color: 9007267.

HSL color Cylindrical-coordinate representation of color #A37089: hue angle of 330.59º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A37089 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 112 137 -
CMYK 0 0.31 0.16 0.36
HSL 330.59º 0.22% 0.54% -
HSV(B) 330.59º 0.31% 0.64% -
XYZ 25.41 21.18 26.42 -
YUV 130.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 163 112 137 0 0.31 0.16 0.36 330.59 0.22 0.54
Hex A3 70 89 0 1F 10 24 14B 16 36
Octal 243 160 211 0 37 20 44 513 26 66
Binary 10100011 1110000 10001001 0 11111 10000 100100 101001011 10110 110110

Color Harmonies of #A37089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37089

Black with #A37089

Text Example


Text Example

White with #A37089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37089; }

 p { color: rgb(163,112,137); }

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

background-color css

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

 a { background-color: rgb(163,112,137); }

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

border-color css

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

 span { border-color: rgb(163,112,137); }

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