Html Css Color HEX #A4748D Mountbatten Pink

📋 copy color: '#A4748D'

red 164 ◦ green 116 ◦ blue 141

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

Shades of Mountbatten Pink #A4748D

Tints of Mountbatten Pink #A4748D

RGB

 RED value IS 164 (64.45% from 255) = 38.95%

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

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

R = 38.95%
G = 27.55%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4748D (or 0xA4748D) is known color: Mountbatten Pink. HEX triplet: A4, 74 and 8D. RGB value is (164,116,141). Sum of RGB (Red+Green+Blue) = 164+116+141=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4748D is #5B8B72. Grayscale: #858585. Windows color (decimal): -5999475 or 9270436. OLE color: 9270436.

HSL color Cylindrical-coordinate representation of color #A4748D: hue angle of 328.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4748D is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 116 141 -
CMYK 0 0.29 0.14 0.36
HSL 328.75º 0.21% 0.55% -
HSV(B) 328.75º 0.29% 0.64% -
XYZ 26.36 22.31 28.12 -
YUV 133.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 164 116 141 0 0.29 0.14 0.36 328.75 0.21 0.55
Hex A4 74 8D 0 1D E 24 149 15 37
Octal 244 164 215 0 35 16 44 511 25 67
Binary 10100100 1110100 10001101 0 11101 1110 100100 101001001 10101 110111

Color Harmonies of #A4748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4748D

Black with #A4748D

Text Example


Text Example

White with #A4748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4748D; }

 p { color: rgb(164,116,141); }

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

background-color css

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

 a { background-color: rgb(164,116,141); }

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

border-color css

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

 span { border-color: rgb(164,116,141); }

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