Html Css Color HEX #A5748C Mountbatten Pink

📋 copy color: '#A5748C'

red 165 ◦ green 116 ◦ blue 140

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

Shades of Mountbatten Pink #A5748C

Tints of Mountbatten Pink #A5748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.55%

 BLUE value IS 140 (55.08% from 255) = 33.25%

R = 39.19%
G = 27.55%
B = 33.25%

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

#A5748C (or 0xA5748C) is known color: Mountbatten Pink. HEX triplet: A5, 74 and 8C. RGB value is (165,116,140). Sum of RGB (Red+Green+Blue) = 165+116+140=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A5748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5748C is #5A8B73. Grayscale: #858585. Windows color (decimal): -5933940 or 9204901. OLE color: 9204901.

HSL color Cylindrical-coordinate representation of color #A5748C: hue angle of 330.61º degrees, saturation: 0.21, 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 #A5748C is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 116 140 -
CMYK 0 0.30 0.15 0.35
HSL 330.61º 0.21% 0.55% -
HSV(B) 330.61º 0.3% 0.65% -
XYZ 26.5 22.38 27.73 -
YUV 133.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 165 116 140 0 0.30 0.15 0.35 330.61 0.21 0.55
Hex A5 74 8C 0 1E F 23 14B 15 37
Octal 245 164 214 0 36 17 43 513 25 67
Binary 10100101 1110100 10001100 0 11110 1111 100011 101001011 10101 110111

Color Harmonies of #A5748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5748C

Black with #A5748C

Text Example


Text Example

White with #A5748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5748C; }

 p { color: rgb(165,116,140); }

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

background-color css

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

 a { background-color: rgb(165,116,140); }

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

border-color css

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

 span { border-color: rgb(165,116,140); }

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