Html Css Color HEX #A5748A Mountbatten Pink

📋 copy color: '#A5748A'

red 165 ◦ green 116 ◦ blue 138

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

Shades of Mountbatten Pink #A5748A

Tints of Mountbatten Pink #A5748A

RGB

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

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

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

R = 39.38%
G = 27.68%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5748A (or 0xA5748A) is known color: Mountbatten Pink. HEX triplet: A5, 74 and 8A. RGB value is (165,116,138). Sum of RGB (Red+Green+Blue) = 165+116+138=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A5748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5748A is #5A8B75. Grayscale: #858585. Windows color (decimal): -5933942 or 9073829. OLE color: 9073829.

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

Color convert

RGB 165 116 138 -
CMYK 0 0.30 0.16 0.35
HSL 333.06º 0.21% 0.55% -
HSV(B) 333.06º 0.3% 0.65% -
XYZ 26.35 22.33 26.97 -
YUV 133.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 165 116 138 0 0.30 0.16 0.35 333.06 0.21 0.55
Hex A5 74 8A 0 1E 10 23 14D 15 37
Octal 245 164 212 0 36 20 43 515 25 67
Binary 10100101 1110100 10001010 0 11110 10000 100011 101001101 10101 110111

Color Harmonies of #A5748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5748A

Black with #A5748A

Text Example


Text Example

White with #A5748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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