Html Css Color HEX #A4748B Mountbatten Pink

📋 copy color: '#A4748B'

red 164 ◦ green 116 ◦ blue 139

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

Shades of Mountbatten Pink #A4748B

Tints of Mountbatten Pink #A4748B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 39.14%
G = 27.68%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4748B (or 0xA4748B) is known color: Mountbatten Pink. HEX triplet: A4, 74 and 8B. RGB value is (164,116,139). Sum of RGB (Red+Green+Blue) = 164+116+139=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4748B is #5B8B74. Grayscale: #848484. Windows color (decimal): -5999477 or 9139364. OLE color: 9139364.

HSL color Cylindrical-coordinate representation of color #A4748B: hue angle of 331.25º 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 #A4748B is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 116 139 -
CMYK 0 0.29 0.15 0.36
HSL 331.25º 0.21% 0.55% -
HSV(B) 331.25º 0.29% 0.64% -
XYZ 26.22 22.25 27.34 -
YUV 132.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 164 116 139 0 0.29 0.15 0.36 331.25 0.21 0.55
Hex A4 74 8B 0 1D F 24 14B 15 37
Octal 244 164 213 0 35 17 44 513 25 67
Binary 10100100 1110100 10001011 0 11101 1111 100100 101001011 10101 110111

Color Harmonies of #A4748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4748B

Black with #A4748B

Text Example


Text Example

White with #A4748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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