Html Css Color HEX #A67392 Mountbatten Pink

📋 copy color: '#A67392'

red 166 ◦ green 115 ◦ blue 146

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

Shades of Mountbatten Pink #A67392

Tints of Mountbatten Pink #A67392

RGB

 RED value IS 166 (65.23% from 255) = 38.88%

 GREEN value IS 115 (45.31% from 255) = 26.93%

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

R = 38.88%
G = 26.93%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A67392 (or 0xA67392) is known color: Mountbatten Pink. HEX triplet: A6, 73 and 92. RGB value is (166,115,146). Sum of RGB (Red+Green+Blue) = 166+115+146=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A67392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67392 is #598C6D. Grayscale: #858585. Windows color (decimal): -5868654 or 9597862. OLE color: 9597862.

HSL color Cylindrical-coordinate representation of color #A67392: hue angle of 323.53º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67392 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 115 146 -
CMYK 0 0.31 0.12 0.35
HSL 323.53º 0.22% 0.55% -
HSV(B) 323.53º 0.31% 0.65% -
XYZ 27.04 22.44 30.1 -
YUV 133.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 166 115 146 0 0.31 0.12 0.35 323.53 0.22 0.55
Hex A6 73 92 0 1F C 23 144 16 37
Octal 246 163 222 0 37 14 43 504 26 67
Binary 10100110 1110011 10010010 0 11111 1100 100011 101000100 10110 110111

Color Harmonies of #A67392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67392

Black with #A67392

Text Example


Text Example

White with #A67392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67392; }

 p { color: rgb(166,115,146); }

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

background-color css

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

 a { background-color: rgb(166,115,146); }

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

border-color css

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

 span { border-color: rgb(166,115,146); }

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