Html Css Color HEX #A5738D Mountbatten Pink

📋 copy color: '#A5738D'

red 165 ◦ green 115 ◦ blue 141

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

Shades of Mountbatten Pink #A5738D

Tints of Mountbatten Pink #A5738D

RGB

 RED value IS 165 (64.84% from 255) = 39.19%

 GREEN value IS 115 (45.31% from 255) = 27.32%

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 39.19%
G = 27.32%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5738D (or 0xA5738D) is known color: Mountbatten Pink. HEX triplet: A5, 73 and 8D. RGB value is (165,115,141). Sum of RGB (Red+Green+Blue) = 165+115+141=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A5738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5738D is #5A8C72. Grayscale: #848484. Windows color (decimal): -5934195 or 9270181. OLE color: 9270181.

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

Color convert

RGB 165 115 141 -
CMYK 0 0.30 0.15 0.35
HSL 328.8º 0.22% 0.55% -
HSV(B) 328.8º 0.3% 0.65% -
XYZ 26.46 22.18 28.09 -
YUV 132.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 165 115 141 0 0.30 0.15 0.35 328.8 0.22 0.55
Hex A5 73 8D 0 1E F 23 149 16 37
Octal 245 163 215 0 36 17 43 511 26 67
Binary 10100101 1110011 10001101 0 11110 1111 100011 101001001 10110 110111

Color Harmonies of #A5738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5738D

Black with #A5738D

Text Example


Text Example

White with #A5738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5738D; }

 p { color: rgb(165,115,141); }

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

background-color css

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

 a { background-color: rgb(165,115,141); }

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

border-color css

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

 span { border-color: rgb(165,115,141); }

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