Html Css Color HEX #A5718A Mountbatten Pink

📋 copy color: '#A5718A'

red 165 ◦ green 113 ◦ blue 138

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

Shades of Mountbatten Pink #A5718A

Tints of Mountbatten Pink #A5718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.16%

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

R = 39.66%
G = 27.16%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5718A (or 0xA5718A) is known color: Mountbatten Pink. HEX triplet: A5, 71 and 8A. RGB value is (165,113,138). Sum of RGB (Red+Green+Blue) = 165+113+138=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A5718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5718A is #5A8E75. Grayscale: #838383. Windows color (decimal): -5934710 or 9073061. OLE color: 9073061.

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

Color convert

RGB 165 113 138 -
CMYK 0 0.32 0.16 0.35
HSL 331.15º 0.22% 0.55% -
HSV(B) 331.15º 0.32% 0.65% -
XYZ 26.01 21.64 26.85 -
YUV 131.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 165 113 138 0 0.32 0.16 0.35 331.15 0.22 0.55
Hex A5 71 8A 0 20 10 23 14B 16 37
Octal 245 161 212 0 40 20 43 513 26 67
Binary 10100101 1110001 10001010 0 100000 10000 100011 101001011 10110 110111

Color Harmonies of #A5718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5718A

Black with #A5718A

Text Example


Text Example

White with #A5718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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