Html Css Color HEX #A5708A Mountbatten Pink

📋 copy color: '#A5708A'

red 165 ◦ green 112 ◦ blue 138

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

Shades of Mountbatten Pink #A5708A

Tints of Mountbatten Pink #A5708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.99%

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

R = 39.76%
G = 26.99%
B = 33.25%

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

#A5708A (or 0xA5708A) is known color: Mountbatten Pink. HEX triplet: A5, 70 and 8A. RGB value is (165,112,138). Sum of RGB (Red+Green+Blue) = 165+112+138=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A5708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5708A is #5A8F75. Grayscale: #828282. Windows color (decimal): -5934966 or 9072805. OLE color: 9072805.

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

Color convert

RGB 165 112 138 -
CMYK 0 0.32 0.16 0.35
HSL 330.57º 0.23% 0.54% -
HSV(B) 330.57º 0.32% 0.65% -
XYZ 25.9 21.42 26.81 -
YUV 130.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 165 112 138 0 0.32 0.16 0.35 330.57 0.23 0.54
Hex A5 70 8A 0 20 10 23 14B 17 36
Octal 245 160 212 0 40 20 43 513 27 66
Binary 10100101 1110000 10001010 0 100000 10000 100011 101001011 10111 110110

Color Harmonies of #A5708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5708A

Black with #A5708A

Text Example


Text Example

White with #A5708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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