Html Css Color HEX #A5768D Mountbatten Pink

📋 copy color: '#A5768D'

red 165 ◦ green 118 ◦ blue 141

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

Shades of Mountbatten Pink #A5768D

Tints of Mountbatten Pink #A5768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.83%

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

R = 38.92%
G = 27.83%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5768D (or 0xA5768D) is known color: Mountbatten Pink. HEX triplet: A5, 76 and 8D. RGB value is (165,118,141). Sum of RGB (Red+Green+Blue) = 165+118+141=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A5768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5768D is #5A8972. Grayscale: #868686. Windows color (decimal): -5933427 or 9270949. OLE color: 9270949.

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

Color convert

RGB 165 118 141 -
CMYK 0 0.28 0.15 0.35
HSL 330.64º 0.21% 0.55% -
HSV(B) 330.64º 0.28% 0.65% -
XYZ 26.8 22.88 28.2 -
YUV 134.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 165 118 141 0 0.28 0.15 0.35 330.64 0.21 0.55
Hex A5 76 8D 0 1C F 23 14B 15 37
Octal 245 166 215 0 34 17 43 513 25 67
Binary 10100101 1110110 10001101 0 11100 1111 100011 101001011 10101 110111

Color Harmonies of #A5768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5768D

Black with #A5768D

Text Example


Text Example

White with #A5768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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