Html Css Color HEX #A47792 Mountbatten Pink

📋 copy color: '#A47792'

red 164 ◦ green 119 ◦ blue 146

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

Shades of Mountbatten Pink #A47792

Tints of Mountbatten Pink #A47792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.74%

 BLUE value IS 146 (57.42% from 255) = 34.03%

R = 38.23%
G = 27.74%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A47792 (or 0xA47792) is known color: Mountbatten Pink. HEX triplet: A4, 77 and 92. RGB value is (164,119,146). Sum of RGB (Red+Green+Blue) = 164+119+146=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A47792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47792 is #5B886D. Grayscale: #878787. Windows color (decimal): -5998702 or 9598884. OLE color: 9598884.

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

Color convert

RGB 164 119 146 -
CMYK 0 0.27 0.11 0.36
HSL 324º 0.2% 0.55% -
HSV(B) 324º 0.27% 0.64% -
XYZ 27.09 23.16 30.24 -
YUV 135.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 164 119 146 0 0.27 0.11 0.36 324 0.2 0.55
Hex A4 77 92 0 1B B 24 144 14 37
Octal 244 167 222 0 33 13 44 504 24 67
Binary 10100100 1110111 10010010 0 11011 1011 100100 101000100 10100 110111

Color Harmonies of #A47792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47792

Black with #A47792

Text Example


Text Example

White with #A47792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47792; }

 p { color: rgb(164,119,146); }

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

background-color css

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

 a { background-color: rgb(164,119,146); }

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

border-color css

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

 span { border-color: rgb(164,119,146); }

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