Html Css Color HEX #A4718A Mountbatten Pink

📋 copy color: '#A4718A'

red 164 ◦ green 113 ◦ blue 138

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

Shades of Mountbatten Pink #A4718A

Tints of Mountbatten Pink #A4718A

RGB

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

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

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

R = 39.52%
G = 27.23%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4718A (or 0xA4718A) is known color: Mountbatten Pink. HEX triplet: A4, 71 and 8A. RGB value is (164,113,138). Sum of RGB (Red+Green+Blue) = 164+113+138=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A4718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4718A is #5B8E75. Grayscale: #838383. Windows color (decimal): -6000246 or 9073060. OLE color: 9073060.

HSL color Cylindrical-coordinate representation of color #A4718A: hue angle of 330.59º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4718A is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 113 138 -
CMYK 0 0.31 0.16 0.36
HSL 330.59º 0.22% 0.54% -
HSV(B) 330.59º 0.31% 0.64% -
XYZ 25.8 21.54 26.84 -
YUV 131.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 164 113 138 0 0.31 0.16 0.36 330.59 0.22 0.54
Hex A4 71 8A 0 1F 10 24 14B 16 36
Octal 244 161 212 0 37 20 44 513 26 66
Binary 10100100 1110001 10001010 0 11111 10000 100100 101001011 10110 110110

Color Harmonies of #A4718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4718A

Black with #A4718A

Text Example


Text Example

White with #A4718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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