Html Css Color HEX #A46792 Mountbatten Pink

📋 copy color: '#A46792'

red 164 ◦ green 103 ◦ blue 146

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

Shades of Mountbatten Pink #A46792

Tints of Mountbatten Pink #A46792

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.94%

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

R = 39.71%
G = 24.94%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A46792 (or 0xA46792) is known color: Mountbatten Pink. HEX triplet: A4, 67 and 92. RGB value is (164,103,146). Sum of RGB (Red+Green+Blue) = 164+103+146=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A46792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46792 is #5B986D. Grayscale: #7E7E7E. Windows color (decimal): -6002798 or 9594788. OLE color: 9594788.

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

Color convert

RGB 164 103 146 -
CMYK 0 0.37 0.11 0.36
HSL 317.7º 0.25% 0.52% -
HSV(B) 317.7º 0.37% 0.64% -
XYZ 25.35 19.67 29.65 -
YUV 126.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 164 103 146 0 0.37 0.11 0.36 317.7 0.25 0.52
Hex A4 67 92 0 25 B 24 13E 19 34
Octal 244 147 222 0 45 13 44 476 31 64
Binary 10100100 1100111 10010010 0 100101 1011 100100 100111110 11001 110100

Color Harmonies of #A46792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46792

Black with #A46792

Text Example


Text Example

White with #A46792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46792; }

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

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

background-color css

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

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

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

border-color css

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

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

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