Html Css Color HEX #A5728A Mountbatten Pink

📋 copy color: '#A5728A'

red 165 ◦ green 114 ◦ blue 138

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

Shades of Mountbatten Pink #A5728A

Tints of Mountbatten Pink #A5728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 39.57%
G = 27.34%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5728A (or 0xA5728A) is known color: Mountbatten Pink. HEX triplet: A5, 72 and 8A. RGB value is (165,114,138). Sum of RGB (Red+Green+Blue) = 165+114+138=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A5728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5728A is #5A8D75. Grayscale: #838383. Windows color (decimal): -5934454 or 9073317. OLE color: 9073317.

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

Color convert

RGB 165 114 138 -
CMYK 0 0.31 0.16 0.35
HSL 331.76º 0.22% 0.55% -
HSV(B) 331.76º 0.31% 0.65% -
XYZ 26.12 21.87 26.89 -
YUV 131.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 165 114 138 0 0.31 0.16 0.35 331.76 0.22 0.55
Hex A5 72 8A 0 1F 10 23 14C 16 37
Octal 245 162 212 0 37 20 43 514 26 67
Binary 10100101 1110010 10001010 0 11111 10000 100011 101001100 10110 110111

Color Harmonies of #A5728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5728A

Black with #A5728A

Text Example


Text Example

White with #A5728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5728A; }

 p { color: rgb(165,114,138); }

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

background-color css

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

 a { background-color: rgb(165,114,138); }

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

border-color css

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

 span { border-color: rgb(165,114,138); }

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